summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/chkey/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile
index 6cc1d1c..032743af 100644
--- a/usr.bin/chkey/Makefile
+++ b/usr.bin/chkey/Makefile
@@ -1,14 +1,13 @@
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/05/28 15:54:04 wpaul Exp $
-PROG= chkey
-SRCS= chkey.c update.c generic.c
+PROG= chkey
+SRCS= chkey.c update.c generic.c
.PATH: ${.CURDIR}/../newkey
-MAN1= chkey.1
+CFLAGS+=-DYP
-CFLAGS+= -DYP
-
-LDADD+= -lrpcsvc -lmp -lgmp
+DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBGMP}
+LDADD= -lrpcsvc -lmp -lgmp
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud