summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-08-13 11:22:21 +0000
committerjkh <jkh@FreeBSD.org>1997-08-13 11:22:21 +0000
commit9f9f6e5ce4f757ae4ff277d4e54c1227a94ebe78 (patch)
tree14cc81bf1b414013b9878754ea74051fb9f23a11 /etc/Makefile
parent936e159f4ae584cc77d21922788e479d44b578ee (diff)
downloadFreeBSD-src-9f9f6e5ce4f757ae4ff277d4e54c1227a94ebe78.zip
FreeBSD-src-9f9f6e5ce4f757ae4ff277d4e54c1227a94ebe78.tar.gz
Make distribute target work again in the wake of the cron.d changes.
Note: I don't like the way these files are being copied but every other method seemed gross too.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index a40cf6c..ff52bba 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.154 1997/08/02 00:22:44 davidn Exp $
+# $Id: Makefile,v 1.155 1997/08/12 18:23:22 pst Exp $
# -rw-r--r--
BINOWN= root
@@ -20,7 +20,8 @@ BIN1= aliases amd.map csh.cshrc csh.login csh.logout dm.conf \
BIN2= motd
# -rwxr-xr-x root.wheel, for the new cron root.wheel
-BIN3= daily weekly monthly netstart pccard_ether
+BIN3= netstart pccard_ether
+CRONDIRS= cron.d/daily cron.d/weekly cron.d/monthly
MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
BSD.var.dist BSD.x11.dist
@@ -51,6 +52,7 @@ distribution:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 ${BIN2} ${DESTDIR}/etc; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN3} ${DESTDIR}/etc; \
+ tar -cBf - ${CRONDIRS} | tar -xvpBf - -C ${DESTDIR}/etc; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 crontab ${DESTDIR}/etc; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${DESTDIR}/var/cron/log; \
OpenPOWER on IntegriCloud