1# $FreeBSD$
2
3.include <src.opts.mk>
4
5PROG=	newkey
6SRCS=	newkey.c generic.c update.c
7.if ${MK_NIS} != "no"
8CFLAGS+= -DYP
9.endif
10MAN=	newkey.8
11LIBADD=	rpcsvc mp
12
13.include <bsd.prog.mk>
14