summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 05:05:37 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 05:05:37 +0000
commit3db0d4112226b2732b5a3af580394c19392340fc (patch)
tree095673231e3d39813a075f0c8f3da265c4a9f20d /etc
parent355c0b0aa09374442b5e26b48525f544e41652c1 (diff)
Don't install krb.equiv; it is no longer used
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index a583976105b..ccb31b031ad 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 1996/05/26 10:25:16 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 1996/06/02 05:05:36 tholo Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -60,8 +60,6 @@ distribution: distrib-dirs
${DESTDIR}/etc/kerberosIV; \
install -c -o root -g wheel -m 644 krb.conf \
${DESTDIR}/etc/kerberosIV; \
- install -c -o root -g wheel -m 644 krb.equiv \
- ${DESTDIR}/etc/kerberosIV; \
install -c -o root -g wheel -m 444 krb.realms \
${DESTDIR}/etc/kerberosIV)
(cd mtree; \