summaryrefslogtreecommitdiffstats
path: root/eBones/usr.bin/kdestroy/Makefile
blob: bc69b16e9565605e7275e59614ae9f6096f755ba (plain)
1
2
3
4
5
6
7
8
9
10
#	From: @(#)Makefile	5.1 (Berkeley) 6/25/90
#	$FreeBSD$

PROG=	kdestroy
CFLAGS+=-DKERBEROS -DDEBUG -DBSD42
DPADD=	${LIBKRB} ${LIBDES}
LDADD=	-L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
MAN1=	kdestroy.1

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud