diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-07-14 16:14:46 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-07-14 16:14:46 +0000 |
commit | 89e7b37fdc0142af283606772184759aa718f6e4 (patch) | |
tree | 29211e76c7b53fa11c8cba2664b690a75e7cdc03 /kerberosV/usr.sbin/Makefile | |
parent | 38242218747fea14f0da0b54e7a9b95aa3b22d0e (diff) |
Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ...
Diffstat (limited to 'kerberosV/usr.sbin/Makefile')
-rw-r--r-- | kerberosV/usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/usr.sbin/Makefile b/kerberosV/usr.sbin/Makefile index 2430019b80d..a583e6fa536 100644 --- a/kerberosV/usr.sbin/Makefile +++ b/kerberosV/usr.sbin/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.1 2001/05/25 08:21:11 hin Exp $ +# $OpenBSD: Makefile,v 1.2 2003/07/14 16:14:45 mho Exp $ -SUBDIR= kadmin ktutil +SUBDIR= kadmin kstash ktutil .include <bsd.subdir.mk> |