opnsense-src/usr.bin/chkey/Makefile

16 lines
237 B
Makefile
Raw Normal View History

1999-08-27 21:08:13 -04:00
# $FreeBSD$
.include <src.opts.mk>
.PATH: ${SRCTOP}/usr.bin/newkey
PROG= chkey
SRCS= chkey.c generic.c update.c
CFLAGS+= -I${SRCTOP}/usr.bin/newkey
.if ${MK_NIS} != "no"
CFLAGS+= -DYP
.endif
LIBADD+= rpcsvc mp
.include <bsd.prog.mk>