diff options
author | 2004-10-29 16:20:22 +0000 | |
---|---|---|
committer | 2004-10-29 16:20:22 +0000 | |
commit | b786e89eebb881a3607b53909a24e2bd8e31276f (patch) | |
tree | 1a86d53e849806790593adf8da8325215755bb7f /lib/libkadm5srv | |
parent | Import of heimdal-0.6.3 (diff) | |
download | wireguard-openbsd-b786e89eebb881a3607b53909a24e2bd8e31276f.tar.xz wireguard-openbsd-b786e89eebb881a3607b53909a24e2bd8e31276f.zip |
Merge with heimdal-0.6.3 Tested by beck@, msf@, me and others. ok beck@
Diffstat (limited to 'lib/libkadm5srv')
-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 |