summaryrefslogtreecommitdiffstats
path: root/usr.bin/chkey/Makefile
blob: 032743af039cda5e816717d61163ba6b833d1bf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$Id: Makefile,v 1.1.1.1 1997/05/28 15:54:04 wpaul Exp $

PROG=	chkey
SRCS=	chkey.c update.c generic.c

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

CFLAGS+=-DYP

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

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