summaryrefslogtreecommitdiff
path: root/kerberosIV/kdb_destroy/Makefile
blob: b2db756c8873e824c20d781e06167d455df4e403 (plain)
1
2
3
4
5
6
7
8
#	from @(#)Makefile	8.1 (Berkeley) 6/1/93
#	$Id: Makefile,v 1.2 1999/06/22 11:27:01 art Exp $

PROG=	kdb_destroy
MAN=	kdb_destroy.8
CFLAGS+= -DHAVE_NEW_DB

.include <bsd.prog.mk>