From d2dbe5b2ae7c5dc964a7e2523e25c622699df29d Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sat, 26 Jun 2010 11:20:47 +0000 Subject: [PATCH] install man.conf from commands/man --- commands/man/Makefile | 3 +++ {etc => commands/man}/man.conf | 0 etc/Makefile | 4 +--- 3 files changed, 4 insertions(+), 3 deletions(-) rename {etc => commands/man}/man.conf (100%) 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:: -- 2.44.0