summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-19 21:30:29 +0000
committerwollman <wollman@FreeBSD.org>1994-09-19 21:30:29 +0000
commitad23f0f95abf0bbbb10dc202ca65cb0988d50d6a (patch)
tree4b88a2c93f7e176cbda05c54d46d04621a93bb82 /etc
parentb269db3788caf2fc710b7ebadf9938855b8fae44 (diff)
downloadFreeBSD-src-ad23f0f95abf0bbbb10dc202ca65cb0988d50d6a.zip
FreeBSD-src-ad23f0f95abf0bbbb10dc202ca65cb0988d50d6a.tar.gz
Get rid of the files that now live in src/share/examples/etc, and update
Makefile to install them from there rather than from here.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 6bccfa0..326c408 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,16 +1,11 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.81 1994/09/09 16:11:58 rgrimes Exp $
+# $Id: Makefile,v 1.82 1994/09/15 04:44:03 rgrimes Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
BINOWN= root
BINGRP= wheel
-BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
- ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
- inetd.conf login.access motd myname netstart \
- networks phones printcap protocols rc rc.local remote \
- security services shells skey.access \
- syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \
+BIN1= etc.${MACHINE}/disktab \
${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
${.CURDIR}/../usr.bin/mail/misc/mail.rc
@@ -147,6 +142,7 @@ descrypt:
distribution: distrib-dirs
+ (cd ${.CURDIR}/../share/examples; ${MAKE} install-etc)
(cd ${.CURDIR}; \
install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc; \
install -c -o ${BINOWN} -g ${BINGRP} -m 666 ${BIN2} ${DESTDIR}/etc; \
OpenPOWER on IntegriCloud