summaryrefslogtreecommitdiff
path: root/kerberosIV
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1997-06-29 14:54:19 +0000
committerNiels Provos <provos@cvs.openbsd.org>1997-06-29 14:54:19 +0000
commit6f9a6d7e191d00688f4acf9a0abf0484e4cb2c87 (patch)
tree0c1a8e1597614823d95bc45ff0549dfe4d54b00a /kerberosIV
parente2ce68990faf4fb83c1c2d9ebe29178829cbc2d5 (diff)
another des one
Diffstat (limited to 'kerberosIV')
-rw-r--r--kerberosIV/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/kerberosIV/Makefile b/kerberosIV/Makefile
index dc005062c36..730a24d1f5b 100644
--- a/kerberosIV/Makefile
+++ b/kerberosIV/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 1997/06/29 10:32:12 provos Exp $
+# $OpenBSD: Makefile,v 1.10 1997/06/29 14:54:18 provos Exp $
# from @(#)Makefile 5.1 (Berkeley) 6/25/90
SUBDIR=
@@ -20,7 +20,6 @@ build:
${MAKE} cleandir
${MAKE} includes
(cd ${.CURDIR}/acl && ${MAKE} depend && ${MAKE} && ${MAKE} install)
- (cd ${.CURDIR}/des && ${MAKE} depend && ${MAKE} && ${MAKE} install)
(cd ${.CURDIR}/krb && ${MAKE} depend && ${MAKE} && ${MAKE} install)
(cd ${.CURDIR}/kadm && ${MAKE} depend && ${MAKE} && ${MAKE} install)
(cd ${.CURDIR}/kafs && ${MAKE} depend && ${MAKE} && ${MAKE} install)