Module Name:    src
Committed By:   apb
Date:           Sun Nov  4 11:04:11 UTC 2012

Modified Files:
        src/etc: Makefile

Log Message:
Add DISTRIBVER to the list of variables under RELEASEVARS.


To generate a diff of this commit:
cvs rdiff -u -r1.398 -r1.399 src/etc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/Makefile
diff -u src/etc/Makefile:1.398 src/etc/Makefile:1.399
--- src/etc/Makefile:1.398	Fri Aug 17 16:59:26 2012
+++ src/etc/Makefile	Sun Nov  4 11:04:10 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.398 2012/08/17 16:59:26 riz Exp $
+#	$NetBSD: Makefile,v 1.399 2012/11/04 11:04:10 apb Exp $
 #	from: @(#)Makefile	8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -182,7 +182,7 @@ MAKEDEV: ${.CURDIR}/MAKEDEV.awk ${.CURDI
 	    > ${.TARGET}
 
 RELEASEVARS=	BSDOBJDIR BSDSRCDIR BUILDID \
-		DESTDIR EXTERNAL_TOOLCHAIN HAVE_GCC HAVE_GDB \
+		DESTDIR DISTRIBVER EXTERNAL_TOOLCHAIN HAVE_GCC HAVE_GDB \
 		INSTALLWORLDDIR \
 		KERNARCHDIR KERNCONFDIR KERNOBJDIR KERNSRCDIR \
 		MACHINE MACHINE_ARCH MAKE MAKECONF MAKEFLAGS \

Reply via email to