diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-07-14 16:14:46 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-07-14 16:14:46 +0000 |
commit | 89e7b37fdc0142af283606772184759aa718f6e4 (patch) | |
tree | 29211e76c7b53fa11c8cba2664b690a75e7cdc03 /kerberosV/usr.bin/kf | |
parent | 38242218747fea14f0da0b54e7a9b95aa3b22d0e (diff) |
Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ...
Diffstat (limited to 'kerberosV/usr.bin/kf')
-rw-r--r-- | kerberosV/usr.bin/kf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kerberosV/usr.bin/kf/Makefile b/kerberosV/usr.bin/kf/Makefile index 48e0551c8df..2817d244f42 100644 --- a/kerberosV/usr.bin/kf/Makefile +++ b/kerberosV/usr.bin/kf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2002/05/11 00:20:19 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2003/07/14 16:14:44 mho Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -9,8 +9,7 @@ SRCS= kf.c .PATH: ${KRB5SRC}/appl/kf -DPADD+= ${LIBKRB5} ${LIBDES} ${LIBKAFS} ${LIB45} ${LIBKRB} ${LIBASN1} \ - ${LIBCRYPTO} ${LIBCOM_ERR} -LDADD+= -lkrb5 -ldes -lkafs -l45 -lkrb ${LIBROKEN} -lasn1 -lcrypto -lcom_err +DPADD+= ${LIBKRB5} ${LIBDES} ${LIBCRYPTO} +LDADD+= -lkrb5 -ldes -lcrypto .include <bsd.prog.mk> |