diff options
author | 2001-05-25 22:14:38 +0000 | |
---|---|---|
committer | 2001-05-25 22:14:38 +0000 | |
commit | 9b1ee75ff21559188c8419b6525662a9b13d413e (patch) | |
tree | a882fbbdd8934768ad42ec8a8050c7354486fce6 | |
parent | Initialize tag when duplicating header. (diff) | |
download | wireguard-openbsd-9b1ee75ff21559188c8419b6525662a9b13d413e.tar.xz wireguard-openbsd-9b1ee75ff21559188c8419b6525662a9b13d413e.zip |
Build kinit too. (oops)
-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> |