summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-02-10 09:14:05 +0000
committerjkh <jkh@FreeBSD.org>1999-02-10 09:14:05 +0000
commiteb2538b12dd20e880b3b7d4375c13d3b3e46af35 (patch)
tree075e197c6750d2c6285f1b860cf81c1c11ee3efb /etc/Makefile
parentf63ad3070723b3476006ab252e10ba46307dfa35 (diff)
downloadFreeBSD-src-eb2538b12dd20e880b3b7d4375c13d3b3e46af35.zip
FreeBSD-src-eb2538b12dd20e880b3b7d4375c13d3b3e46af35.tar.gz
Install a little, erm, less from the etc/defaults directory.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index b5b578e..ecae12c 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.189 1999/02/09 17:17:17 dillon Exp $
+# $Id: Makefile,v 1.190 1999/02/09 23:17:25 jkh Exp $
SUBDIR= sendmail
@@ -52,7 +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 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 \
OpenPOWER on IntegriCloud