summaryrefslogtreecommitdiffstats
path: root/usr.bin/chkey
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-16 14:42:08 +0000
committerbde <bde@FreeBSD.org>1997-12-16 14:42:08 +0000
commit0cc91cc6d8c37fdf6a08393ac97db1069a40d83a (patch)
treeb4f2d87767d30c73043674701af39f7220fa6674 /usr.bin/chkey
parentfd72a030d7976edbd61ad2bf4c38d5e4b1f7d4b7 (diff)
downloadFreeBSD-src-0cc91cc6d8c37fdf6a08393ac97db1069a40d83a.zip
FreeBSD-src-0cc91cc6d8c37fdf6a08393ac97db1069a40d83a.tar.gz
Fixed missing DPADD.
Fixed some style bugs while I'm here (don't override the (correct) default for MAN1).
Diffstat (limited to 'usr.bin/chkey')
-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