freebsd_amp_hwpstate/eBones/usr.sbin/make_keypair/Makefile

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>