summaryrefslogtreecommitdiffstats
path: root/usr.bin/chkey/Makefile
blob: 2813ca1a45f057eb38d0f3fd4478fe3a294e9636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

.include <bsd.own.mk>

.PATH: ${.CURDIR}/../newkey

PROG=	chkey
SRCS=	chkey.c generic.c update.c
CFLAGS+= -I${.CURDIR}/../newkey
.if ${MK_NIS} != "no"
CFLAGS+= -DYP
.endif
DPADD=	${LIBRPCSVC} ${LIBMP} ${LIBCRYPTO}
LDADD=	-lrpcsvc -lmp -lcrypto

WARNS?=	6

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud