freebsd-dev/eBones/usr.sbin/make_keypair/Makefile
Justin T. Gibbs e2bfbbc955 Add -L paths for all locally built eBones libraries. Many of the programs
already did this, but this catches the straglers.
1995-09-26 02:36:08 +00:00

11 lines
271 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/1/93
# $id$
PROG= make_keypair
MAN8= make_keypair.8
CFLAGS+=-DKERBEROS -I${.CURDIR}/../../usr.bin/register
DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD= -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
.include <bsd.prog.mk>