diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-08-10 14:54:05 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-08-10 14:54:05 +0000 |
commit | d55718832783be2af15ffc6d0f7437c4d5ee8430 (patch) | |
tree | 592d6b9c8b3983fce8736cedac087b4a081789d1 /kerberosV/usr.bin/kdestroy | |
parent | c4afaaad34532e60c54dbb142db8e61417ce6eeb (diff) |
We can use ${LIBKAFS} now.
intro.3 will be handled by jmc@
Diffstat (limited to 'kerberosV/usr.bin/kdestroy')
-rw-r--r-- | kerberosV/usr.bin/kdestroy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/usr.bin/kdestroy/Makefile b/kerberosV/usr.bin/kdestroy/Makefile index 2c954ac08a8..314fcf1bb43 100644 --- a/kerberosV/usr.bin/kdestroy/Makefile +++ b/kerberosV/usr.bin/kdestroy/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.14 2013/08/10 09:07:41 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2013/08/10 14:54:03 ajacoutot Exp $ PROG= kdestroy CPPFLAGS= -I${KRB5DIR}/lib/roken -DPADD= ${LIBKAFS5} ${LIBKRB5} ${LIBROKEN} ${LIBVERS} \ +DPADD= ${LIBKAFS} ${LIBKRB5} ${LIBROKEN} ${LIBVERS} \ ${LIBASN1} ${LIBCRYPTO} LDADD= -lkafs -lkrb5 -lroken ${LIBVERS} \ -lasn1 -lcrypto -lwind -lcom_err \ |