summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2013-06-17 19:16:03 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2013-06-17 19:16:03 +0000
commit56fec1407e4622fef6ca0469f846d826b11dfa4f (patch)
tree80d233ce93875aa167e0de2d113f67a4383dc284 /Makefile
parent407e1f7584c8aaaf7209611a864ba04253685690 (diff)
switch to new kerberosV directory layout
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 39fff883ccc..2e569890cdc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.118 2012/08/29 22:10:32 espie Exp $
+# $OpenBSD: Makefile,v 1.119 2013/06/17 19:16:02 robert Exp $
#
# For more information on building in tricky environments, please see
@@ -42,7 +42,10 @@ SUBDIR+= gnu
SUBDIR+= sys
.if (${KERBEROS5:L} == "yes")
-SUBDIR+= kerberosV
+SUBDIR+=kerberosV/tools
+SUBDIR+=kerberosV/libexec
+SUBDIR+=kerberosV/usr.bin
+SUBDIR+=kerberosV/usr.sbin
.endif
.if make(clean) || make(cleandir) || make(obj)