install man.conf from commands/man
This commit is contained in:
parent
2fc2748c5a
commit
d2dbe5b2ae
3 changed files with 4 additions and 3 deletions
|
@ -8,4 +8,7 @@ MAN= man.1 man.conf.5
|
|||
DPADD+= ${LIBUTIL}
|
||||
LDADD+= -lutil
|
||||
|
||||
FILES=man.conf
|
||||
FILESDIR=/etc
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -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::
|
||||
|
|
Loading…
Reference in a new issue