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