summaryrefslogtreecommitdiffstats
path: root/eBones/usr.sbin/make_keypair/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/usr.sbin/make_keypair/Makefile')
-rw-r--r--eBones/usr.sbin/make_keypair/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/eBones/usr.sbin/make_keypair/Makefile b/eBones/usr.sbin/make_keypair/Makefile
index 7d435e7..a1c38b2 100644
--- a/eBones/usr.sbin/make_keypair/Makefile
+++ b/eBones/usr.sbin/make_keypair/Makefile
@@ -1,9 +1,12 @@
# @(#)Makefile 8.1 (Berkeley) 6/1/93
+# $id$
PROG= make_keypair
MAN8= make_keypair.8
-CFLAGS+=-DKERBEROS -I${.CURDIR}/../include -I${.CURDIR}/../register -Wall
-DPADD= ${LIBKRB}
-LDADD= -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -ldes
+CFLAGS+=-DKERBEROS -I${.CURDIR}/../../include \
+ -I${.CURDIR}/../../usr.bin/register -Wall
+DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
+LDADD= -lkdb -lkrb -ldes
+BINDIR= /usr/sbin
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud