Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/distrib/Makefile.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/distrib/Makefile.inc 2000/05/02 14:30:14 1.1 +++ src/distrib/Makefile.inc 2002/02/08 02:27:55 1.2 @@ -1,3 +1,13 @@ -# $NetBSD: Makefile.inc,v 1.1 2000/05/02 14:30:14 sjg Exp $ +# $NetBSD: Makefile.inc,v 1.2 2002/02/08 02:27:55 lukem Exp $ .include "../Makefile.inc" + +# Top level of distrib +# +DISTRIBDIR= ${_SRC_TOP_}/distrib + +# DISTRIBREV is revision without dots, as in "12C" +# DISTRIBVER is revision with dots, as in "1.2C" +# +DISTRIBREV!= sh ${KERNSRCDIR}/conf/osrelease.sh -s +DISTRIBVER!= sh ${KERNSRCDIR}/conf/osrelease.sh