diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-14 07:54:31 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-14 07:54:31 +0000 |
commit | b896f92c615ce0623ccfbe3149fe3609bfa80625 (patch) | |
tree | 650989a9cd4463877409dc693c2029e3c010db76 | |
parent | df641737b396565ba1884e8e387cefd6834078ae (diff) |
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> |