diff options
author | Bjorn Sandell <biorn@cvs.openbsd.org> | 2004-10-29 16:25:47 +0000 |
---|---|---|
committer | Bjorn Sandell <biorn@cvs.openbsd.org> | 2004-10-29 16:25:47 +0000 |
commit | aa89409de66e0e300f5c207eca07d1095f913f63 (patch) | |
tree | a71aa0a6db956fec2470a9ab7512b43e0a2f4a59 /lib/libkadm5srv/Makefile | |
parent | 1b492e842cb8abf57216d3357963f6b68d3ff64d (diff) |
Merge with heimdal-0.6.3 Tested by beck@, msf@, me and others. ok beck@
Diffstat (limited to 'lib/libkadm5srv/Makefile')
-rw-r--r-- | lib/libkadm5srv/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libkadm5srv/Makefile b/lib/libkadm5srv/Makefile index e3371fb01a7..02ff24f3c56 100644 --- a/lib/libkadm5srv/Makefile +++ b/lib/libkadm5srv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2003/07/14 16:14:43 mho Exp $ +# $OpenBSD: Makefile,v 1.4 2004/10/29 16:25:30 biorn Exp $ KRB5DIR = ${.CURDIR}/../../kerberosV .include <${.CURDIR}/../libkrb5/Makefile.common.inc> @@ -58,9 +58,7 @@ SRCS= acl.c \ server_glue.c \ set_keys.c \ set_modifier.c \ - password_quality.c \ - kadm5_err.c \ - kadm5_err.h + password_quality.c .PATH: ${KRB5SRC}/lib/kadm5 |