summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2014-04-22 10:21:56 +0000
committerreyk <reyk@openbsd.org>2014-04-22 10:21:56 +0000
commit84fc8f7ce61b961c590ab6cbac6020b60391db4d (patch)
tree57c8a6f685ca3ee4c02f3b4cd240a90e4d45ecf9 /Makefile
parentfor consistency's sake, use the terminology from the 802.1Q standard (diff)
downloadwireguard-openbsd-84fc8f7ce61b961c590ab6cbac6020b60391db4d.tar.xz
wireguard-openbsd-84fc8f7ce61b961c590ab6cbac6020b60391db4d.zip
Remove KERBEROS5 from the Makefiles (except ssh for now, where it is
already manually disabled). ok deraadt@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index a811f6132ee..29bed8bb5be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.120 2013/07/23 22:37:02 todd Exp $
+# $OpenBSD: Makefile,v 1.121 2014/04/22 10:21:56 reyk Exp $
#
# For more information on building in tricky environments, please see
@@ -41,14 +41,6 @@ SUBDIR+= gnu
SUBDIR+= sys
-.if (${KERBEROS5:L} == "yes")
-SUBDIR+=kerberosV/tools
-SUBDIR+=kerberosV/libexec
-SUBDIR+=kerberosV/usr.bin
-SUBDIR+=kerberosV/usr.sbin
-SUBDIR+=kerberosV/doc
-.endif
-
.if make(clean) || make(cleandir) || make(obj)
SUBDIR+= distrib regress
.endif