summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-23 06:15:19 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-23 06:15:19 +0000
commit3f56b9fa2eef71b35e17d0d3a3f1dfd607977f8a (patch)
treec02f7388d7f02624d70439ad2be32eb978bb3e96 /etc/Makefile
parent4c045ca123398a5109e2d35cf6cbfb3c2bb9df93 (diff)
downloadFreeBSD-src-3f56b9fa2eef71b35e17d0d3a3f1dfd607977f8a.zip
FreeBSD-src-3f56b9fa2eef71b35e17d0d3a3f1dfd607977f8a.tar.gz
Revert the change that moved the /etc files to share/examples/etc, the
files have been pulled down out of the Attic and updates will be applied shortly.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 326c408..33ab654 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -5,7 +5,12 @@
# -rw-r--r--
BINOWN= root
BINGRP= wheel
-BIN1= etc.${MACHINE}/disktab \
+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 \
${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
${.CURDIR}/../usr.bin/mail/misc/mail.rc
@@ -142,7 +147,6 @@ 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