summaryrefslogtreecommitdiff
path: root/kerberosV/libexec/ipropd-master/Makefile
blob: 37f329216aa1aa521730b2d26e2b6db84d95831e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $OpenBSD: Makefile,v 1.9 2010/10/13 08:14:22 jsg Exp $

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

PROG=	ipropd-master
MAN=	iprop.8
MLINKS+=iprop.8 ipropd-master.8
MLINKS+=iprop.8 ipropd-slave.8

SRCS=	ipropd_master.c
SRCS+=	${PRINTVER}
SRCS+=	rtbl.c

.PATH:	${KRB5SRC}/lib/kadm5
.PATH:	${ROKENSRC}

CFLAGS+=-I${KRB5SRC}/lib/krb5

DPADD+= ${LIBKADM5SRV} ${LIBKRB5} ${LIBCRYPTO} ${LIBUTIL}
LDADD+=	-lkadm5srv -lkrb5 -lcrypto -lutil

.include <bsd.prog.mk>