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::