From: Ben Gras Date: Sat, 26 Jun 2010 11:20:47 +0000 (+0000) Subject: install man.conf from commands/man X-Git-Tag: v3.1.8~338 X-Git-Url: http://zhaoyanbai.com/repos/man.isc-hmac-fixup.html?a=commitdiff_plain;h=d2dbe5b2ae7c5dc964a7e2523e25c622699df29d;p=minix.git install man.conf from commands/man --- diff --git a/commands/man/Makefile b/commands/man/Makefile index 1e038d865..4f6c305ed 100644 --- a/commands/man/Makefile +++ b/commands/man/Makefile @@ -8,4 +8,7 @@ MAN= man.1 man.conf.5 DPADD+= ${LIBUTIL} LDADD+= -lutil +FILES=man.conf +FILESDIR=/etc + .include diff --git a/etc/man.conf b/commands/man/man.conf similarity index 100% rename from etc/man.conf rename to commands/man/man.conf diff --git a/etc/Makefile b/etc/Makefile index e780e16f0..6dd1f74a9 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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::