diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-06 21:30:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-06 21:30:23 +0000 |
commit | 9f46e115c26fbd054323a6bc806901a5600c0516 (patch) | |
tree | c0e8f9ef241e3fa7085f6f7cefb6b42b718aa1b8 /etc/Makefile | |
parent | ed88179976782664d762bbd9a33732c8c68d78db (diff) |
more photuris bits by bye bye
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/etc/Makefile b/etc/Makefile index 6bcaab672dc..ca39e4f69b4 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.170 2002/08/31 07:28:32 miod Exp $ +# $OpenBSD: Makefile,v 1.171 2002/09/06 21:30:22 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -130,15 +130,6 @@ distribution-etc-root-var: distrib-dirs ${DESTDIR}/etc/mtree; \ ${INSTALL} -c -o root -g wheel -m 444 BSD.x11.dist \ ${DESTDIR}/etc/mtree - cd photuris; \ - ${INSTALL} -c -o root -g wheel -m 600 secrets.conf \ - ${DESTDIR}/etc/photuris; \ - ${INSTALL} -c -o root -g wheel -m 600 attributes.conf \ - ${DESTDIR}/etc/photuris; \ - ${INSTALL} -c -o root -g wheel -m 600 photuris.conf \ - ${DESTDIR}/etc/photuris; \ - ${INSTALL} -c -o root -g wheel -m 600 photuris.startup \ - ${DESTDIR}/etc/photuris cd ppp; \ ${INSTALL} -c -o root -g wheel -m 600 chap-secrets \ ${DESTDIR}/etc/ppp; \ |