summaryrefslogtreecommitdiff
path: root/kerberosV/libexec/kdc/Makefile
blob: c1c8c7471a4bd7cf96a6fb92e61c258688015055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $OpenBSD: Makefile,v 1.1 2001/05/25 08:19:39 hin Exp $

KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>

PROG=	kdc
MAN=	${PROG}.8

SRCS=	524.c \
	config.c \
	connect.c \
	kdc_locl.h \
	kerberos4.c \
	kerberos4.h \
	kerberos5.c \
	log.c \
	main.c \
	misc.c \
	rx.h

.PATH:	${KRB5SRC}/kdc
CFLAGS+=-I${KRB5SRC}/lib/krb5
LDADD+=	${LIBROKEN} -lhdb -lkrb5 -lkrb -ldes

.include <bsd.prog.mk>