diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-16 15:00:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-16 15:00:49 +0000 |
commit | e207a0da808ebbabc696b82bf62ccb6163250701 (patch) | |
tree | d1b951040990f14820213731e40bf7b56e4247f3 /etc/Makefile | |
parent | feb821c8e28cbb54082f80b4c832cd8e3c4e35ff (diff) |
No more /etc/skeykeys; brad@
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 c394c31943c..53280aa80fc 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.161 2002/05/14 18:05:38 millert Exp $ +# $OpenBSD: Makefile,v 1.162 2002/05/16 15:00:48 millert Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -183,8 +183,6 @@ distribution-etc-root-var: distrib-dirs ${DESTDIR}/var/crash ${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \ ${DESTDIR}/etc/dumpdates - ${INSTALL} -c -o ${BINOWN} -g wheel -m 600 /dev/null \ - ${DESTDIR}/etc/skeykeys ${INSTALL} -c -o root -g crontab -m 660 /dev/null \ ${DESTDIR}/var/at/at.deny ${INSTALL} -c -o root -g wheel -m 600 /dev/null \ |