aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-08-16 17:07:13 +0000
committerPaul Traina <pst@FreeBSD.org>1997-08-16 17:07:13 +0000
commit4ffb08b9fbe813769f0e641002c1c0878623edd0 (patch)
treef9e38618a8f11b6f8c15681e213066c0a1553c80 /etc/Makefile
parent857a012f0cb2cc691e75de70045f693849c5bc28 (diff)
downloadsrc-4ffb08b9fbe813769f0e641002c1c0878623edd0.tar.gz
src-4ffb08b9fbe813769f0e641002c1c0878623edd0.zip
Point at /etc/periodic
Notes
Notes: svn path=/head/; revision=28266
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 69b463c9da23..59c5549162ed 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 ); \