diff options
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index a04ed640631..c394c31943c 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.160 2002/05/13 07:22:42 espie Exp $ +# $OpenBSD: Makefile,v 1.161 2002/05/14 18:05:38 millert Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -187,8 +187,6 @@ distribution-etc-root-var: distrib-dirs ${DESTDIR}/etc/skeykeys ${INSTALL} -c -o root -g crontab -m 660 /dev/null \ ${DESTDIR}/var/at/at.deny - ${INSTALL} -c -o root -g crontab -m 660 /dev/null \ - ${DESTDIR}/var/at/.SEQ ${INSTALL} -c -o root -g wheel -m 600 /dev/null \ ${DESTDIR}/var/cron/log ${INSTALL} -c -o root -g wheel -m 444 /dev/null \ |