summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-08-16 17:07:13 +0000
committerpst <pst@FreeBSD.org>1997-08-16 17:07:13 +0000
commit93db7f7195a04ff2e45c6da90c499e1a3e2c60ba (patch)
tree6b5544431deb152f42f558e5b4be6c6dfb1cc897 /etc/Makefile
parentbb51ac6cd125720b642f84ac8dc0cace18fb9a96 (diff)
downloadFreeBSD-src-93db7f7195a04ff2e45c6da90c499e1a3e2c60ba.zip
FreeBSD-src-93db7f7195a04ff2e45c6da90c499e1a3e2c60ba.tar.gz
Point at /etc/periodic
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 69b463c..59c5549 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.158 1997/08/14 06:58:44 jkh Exp $
+# $Id: Makefile,v 1.159 1997/08/14 07:00:44 jkh Exp $
# -rw-r--r--
BINOWN= root
@@ -55,7 +55,7 @@ distribution:
${DESTDIR}/var/cron/log; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \
master.passwd ${DESTDIR}/etc; \
- ( cd ${.CURDIR}/cron.d; ${MAKE} install );\
+ ( cd ${.CURDIR}/periodic; ${MAKE} install );\
( cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall );\
( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install ); \
( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
OpenPOWER on IntegriCloud