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

PROG= newkey
SRCS= newkey.c update.c generic.c
MAN= newkey.8

# Later
#CFLAGS+= -DYP

DPADD=	${LIBRPCSVC} ${LIBMP} ${LIBGMP}
LDADD=	-lrpcsvc -lmp -lcrypto

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