diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-09 23:17:25 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-09 23:17:25 +0000 |
| commit | a1787c488f63a1f2d1b2c06b851059c5bdf298ca (patch) | |
| tree | 1980e51622df59c4d51b085f840258801390e581 /etc | |
| parent | 58dd43480cf9cc0d8e9b807555afaddf107d08bb (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index f4415785abe25..b5b578e9893ff 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.188 1999/01/25 18:24:46 dillon Exp $ +# $Id: Makefile,v 1.189 1999/02/09 17:17:17 dillon Exp $ SUBDIR= sendmail @@ -8,8 +8,8 @@ BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \ inetd.conf auth.conf login.conf login.access motd modems networks \ newsyslog.conf pam.conf phones pccard.conf.sample \ printcap profile protocols \ - rc rc.atm rc.conf rc.devfs rc.firewall rc.isdn rc.network rc.pccard \ - rc.diskless1 rc.diskless2 rc.serial rc.shutdown \ + rc rc.atm rc.devfs rc.firewall rc.isdn rc.network rc.pccard \ + rc.diskless rc.serial rc.shutdown \ etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ remote security services shells syslog.conf \ etc.${MACHINE_ARCH}/ttys etc.${MACHINE_ARCH}/disktab rpc make.conf \ @@ -52,6 +52,7 @@ distribution: (cd ${.CURDIR}; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN2} ${DESTDIR}/etc; \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/* ${DESTDIR}/etc/defaults/; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ ${DESTDIR}/var/cron/log; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \ |
