]> Zhao Yanbai Git Server - minix.git/commitdiff
install man.conf from commands/man
authorBen Gras <ben@minix3.org>
Sat, 26 Jun 2010 11:20:47 +0000 (11:20 +0000)
committerBen Gras <ben@minix3.org>
Sat, 26 Jun 2010 11:20:47 +0000 (11:20 +0000)
commands/man/Makefile
commands/man/man.conf [moved from etc/man.conf with 100% similarity]
etc/Makefile

index 1e038d865157cbcac6255cd85bd5179a78b57ed3..4f6c305ed663699a98483c1e49bc9d33ae198bcd 100644 (file)
@@ -8,4 +8,7 @@ MAN=    man.1 man.conf.5
 DPADD+=        ${LIBUTIL}
 LDADD+=        -lutil
 
+FILES=man.conf
+FILESDIR=/etc
+
 .include <bsd.prog.mk>
similarity index 100%
rename from etc/man.conf
rename to commands/man/man.conf
index e780e16f0ec63a59b2a461e10a45d66d71b8f15f..6dd1f74a97abfbb41b116544f16f7556941988ab 100644 (file)
@@ -3,12 +3,10 @@ USRETC=/usr/etc/
 FILES1=fstab group hostname.file inet.conf motd.install mtab passwd profile \
        protocols rc services termcap ttytab utmp rc.cd binary_sizes \
        binary_sizes.big binary_sizes.xxl syslog.conf rc.daemons.dist \
-       rs.inet rs.single make.conf system.conf man.conf
+       rs.inet rs.single make.conf system.conf 
 FILES2=shadow
 FILES3=daily dhcptags.conf rc
 
-all::
-
 clean::
 
 install::