summaryrefslogtreecommitdiff
path: root/kerberosIV/usr.sbin/kdb_destroy/Makefile
blob: 5521e4a8b1c01b656297ff9c94031e6fabd94167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $OpenBSD: Makefile,v 1.5 2001/07/09 16:45:29 deraadt Exp $

PROG	= kdb_destroy

KRBDEPTH=../..
.include "../../Makefile.inc"

.PATH:	${KRBSRC}/admin

CFLAGS	+= -I. -I${KRBSRC}/lib/kadm -I${KRBSRC}/lib/kdb
LDADD	+= -lkafs -lkrb5 -lkrb -lkdb -ldes -lcrypto -lasn1 ${LIBROKEN}

SRCS	= kdb_destroy.c

MAN	= ${PROG}.8

.include <bsd.prog.mk>