Module Name:    src
Committed By:   uwe
Date:           Sat Nov 17 23:08:38 UTC 2012

Modified Files:
        src/etc/root: Makefile

Log Message:
We don't need to include <bsd.prog.mk> to install a few config files
just <bsd.files.mk> and <bsd.links.mk> is enough.

Noticed because <bsd.prog.mk> sets LINKSMODE to BINMODE and that does
the wrong thing at least for unprivileged builds.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/etc/root/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/root/Makefile
diff -u src/etc/root/Makefile:1.3 src/etc/root/Makefile:1.4
--- src/etc/root/Makefile:1.3	Fri Feb  5 09:44:23 2010
+++ src/etc/root/Makefile	Sat Nov 17 23:08:38 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2010/02/05 09:44:23 roy Exp $
+#	$NetBSD: Makefile,v 1.4 2012/11/17 23:08:38 uwe Exp $
 
 CONFIGFILES=		dot.cshrc dot.klogin dot.login dot.profile dot.shrc
 
@@ -12,4 +12,5 @@ FILESNAME_${F}=		${F:S/dot//}
 CONFIGLINKS=		/root/.cshrc	/.cshrc \
 			/root/.profile	/.profile
 
-.include <bsd.prog.mk>
+.include <bsd.files.mk>
+.include <bsd.links.mk>

Reply via email to