diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-10 09:14:20 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-10 09:14:20 +0000 |
| commit | 64785846a04dee0f93c838379b2a5f5acdd1196c (patch) | |
| tree | cc13f57e3b06d2af9c8ba6caafc45749f8c30271 | |
| parent | b4964078020b09a387402dbfc662588035f5c252 (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 3e860923d928..8cabad5a2220 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.187 1999/01/13 08:20:53 hm Exp $ +# $Id: Makefile,v 1.187.2.1 1999/02/09 23:08:38 jkh Exp $ SUBDIR= sendmail @@ -51,7 +51,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 644 defaults/rc.conf ${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 \ |
