summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 088280e..dae9967 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.139 1996/07/13 04:33:23 jkh Exp $
+# $Id: Makefile,v 1.140 1996/08/14 14:41:56 jkh Exp $
# -rw-r--r--
BINOWN= root
@@ -13,7 +13,8 @@ BIN1= aliases amd.map csh.cshrc csh.login csh.logout dm.conf \
remote security services sysconfig shells \
syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \
${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
- ${.CURDIR}/../usr.bin/mail/misc/mail.rc
+ ${.CURDIR}/../usr.bin/mail/misc/mail.rc \
+ ${.CURDIR}/../usr.bin/locate/locate/locate.rc
# -rw-rw-rw-
BIN2= motd
@@ -26,6 +27,7 @@ NAMEDB= PROTO.localhost.rev named.boot named.root make-localhost
PPPCNF= ppp.conf.filter.sample ppp.conf.iij ppp.conf.sample \
ppp.linkup.sample ppp.secret.sample
+
# Special top level files for FreeBSD
COPYRIGHT= COPYRIGHT
FREEBSD=
@@ -55,6 +57,10 @@ distribution:
${DESTDIR}/var/cron/log; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \
master.passwd ${DESTDIR}/etc; \
+ ( cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall );\
+ ( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install ); \
+ ( cd ${.CURDIR}/../usr.bin/file; ${MAKE} etc-magic ); \
+ ( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev )
OpenPOWER on IntegriCloud