diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 22:14:39 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 22:14:39 +0000 |
commit | 855add1d5cc3ea5bd4fe7c18c0e76a673ce2b1f4 (patch) | |
tree | db1ce287212c52cf4b02b9595ec34ecbd95bf86c /kerberosV/usr.bin | |
parent | 485f1724af3a139aa1da1ed95dd64272078ecc30 (diff) |
Build kinit too. (oops)
Diffstat (limited to 'kerberosV/usr.bin')
-rw-r--r-- | kerberosV/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/usr.bin/Makefile b/kerberosV/usr.bin/Makefile index 2e6344cfaa8..7bd4badfd65 100644 --- a/kerberosV/usr.bin/Makefile +++ b/kerberosV/usr.bin/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2001/05/25 08:20:30 hin Exp $ +# $OpenBSD: Makefile,v 1.2 2001/05/25 22:14:38 hin Exp $ # XXX asn1_compile is compiled in ../Makefile -SUBDIR = kauth klist kdestroy +SUBDIR = kauth klist kdestroy kinit .include <bsd.subdir.mk> |