aboutsummaryrefslogtreecommitdiff
path: root/eBones/usr.sbin/kdb_destroy/Makefile
blob: 03978d1177945e09838737e97ba188142d43f53e (plain) (blame)
1
2
3
4
5
6
7
8
#	From: @(#)Makefile	5.1 (Berkeley) 6/25/90
#	$FreeBSD$

PROG=	kdb_destroy
CFLAGS+=-DKERBEROS -DDEBUG
MAN8=	kdb_destroy.8

.include <bsd.prog.mk>