diff options
author | 2003-05-14 07:54:30 +0000 | |
---|---|---|
committer | 2003-05-14 07:54:30 +0000 | |
commit | b62780760b47e2144996ecd32b6f06c83463be1c (patch) | |
tree | f2bf572631f4cf20ff967b878e7ca1db0b933e91 | |
parent | Remove krb4 support. (diff) | |
download | wireguard-openbsd-b62780760b47e2144996ecd32b6f06c83463be1c.tar.xz wireguard-openbsd-b62780760b47e2144996ecd32b6f06c83463be1c.zip |
Remove lib45.
-rw-r--r-- | kerberosV/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/lib/Makefile b/kerberosV/lib/Makefile index b43b34acaae..a2bbc4b1b37 100644 --- a/kerberosV/lib/Makefile +++ b/kerberosV/lib/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.4 2002/06/10 18:03:08 hin Exp $ +# $OpenBSD: Makefile,v 1.5 2003/05/14 07:54:30 mho Exp $ -SUBDIR = roken asn1 krb5 hdb kadm5clnt kadm5srv 45 gssapi kafs +SUBDIR = roken asn1 krb5 hdb kadm5clnt kadm5srv gssapi kafs .include <bsd.subdir.mk> |