summaryrefslogtreecommitdiff
path: root/kerberosIV/kdestroy/Makefile
blob: 10d8413640288191e10421c08f1f5a4454f87c72 (plain)
1
2
3
4
5
6
7
8
#	from @(#)Makefile	8.1 (Berkeley) 6/1/93

PROG=	kdestroy
DPADD=	${LIBKRB} ${LIBDES}
LDADD=	-lkrb -ldes -lkafs
BINDIR=	/usr/bin

.include <bsd.prog.mk>