summaryrefslogtreecommitdiff
path: root/usr.bin/chkey
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-12-16 14:42:08 +0000
committerBruce Evans <bde@FreeBSD.org>1997-12-16 14:42:08 +0000
commita791a060f335818e15118168c0f8e568699357b1 (patch)
treeedd73d085077cac093dcfb8638d7c4b177c78485 /usr.bin/chkey
parentcf478d7b45605adae73853ffc6205701e19db05d (diff)
downloadsrc-test2-a791a060f335818e15118168c0f8e568699357b1.tar.gz
src-test2-a791a060f335818e15118168c0f8e568699357b1.zip
Notes
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 6cc1d1c428d9..032743af039c 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>