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

.include <src.opts.mk>

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

PROG=	chkey
SRCS=	chkey.c generic.c update.c
CFLAGS+= -I${.CURDIR}/../newkey
.if ${MK_NIS} != "no"
CFLAGS+= -DYP
.endif
LIBADD+=	rpcsvc mp

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