summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-06-02 10:44:55 +0000
committertholo <tholo@openbsd.org>1996-06-02 10:44:55 +0000
commitf60a9881135e86817c943803e850895e07b9fc4d (patch)
treeb07d751b804df33e023707a68f38688d85d62269
parentFix back my fixes lost in last sync. (diff)
downloadwireguard-openbsd-f60a9881135e86817c943803e850895e07b9fc4d.tar.xz
wireguard-openbsd-f60a9881135e86817c943803e850895e07b9fc4d.zip
Don't install kerberosIV headers twice when doing "make build"
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4700ea1853c..1810420bf2c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 1996/06/02 07:22:46 tholo Exp $
+# $OpenBSD: Makefile,v 1.12 1996/06/02 10:44:55 tholo Exp $
# $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $
.include <bsd.own.mk> # for NOMAN, if it's there.
@@ -43,9 +43,6 @@ afterinstall:
build:
(cd ${.CURDIR}/share/mk && ${MAKE} install)
(cd ${.CURDIR}/include; ${MAKE} includes)
-.if defined(KERBEROS)
- (cd ${.CURDIR}/kerberosIV/include && ${MAKE} includes)
-.endif
${MAKE} cleandir
(cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)
(cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)