Module Name: src
Committed By: christos
Date: Wed Jan 22 00:52:56 UTC 2014
Modified Files:
src/distrib/common: Makefile.distrib
Log Message:
don't include bsd.files.mk here, it is intended as a fragment
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/common/Makefile.distrib
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/common/Makefile.distrib
diff -u src/distrib/common/Makefile.distrib:1.10 src/distrib/common/Makefile.distrib:1.11
--- src/distrib/common/Makefile.distrib:1.10 Wed Jan 15 20:15:32 2014
+++ src/distrib/common/Makefile.distrib Tue Jan 21 19:52:56 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.distrib,v 1.10 2014/01/16 01:15:32 christos Exp $
+# $NetBSD: Makefile.distrib,v 1.11 2014/01/22 00:52:56 christos Exp $
#
# Makefile snippet to setup various make variables variables used in distrib/:
#
@@ -29,7 +29,4 @@ DISTRIBVERDEP= ${NETBSDSRCDIR}/sys/sys/p
MAKESUMS= MAKE=${MAKE:Q} CKSUM=${TOOL_CKSUM:Q} ${HOST_SH} ${DISTRIBDIR}/sets/makesums
RELEASE_INSTALL=${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
-.include <bsd.files.mk>
-
-
.endif # _MAKEFILE_DISTRIB_