summaryrefslogtreecommitdiffstats
path: root/usr.bin/chkey/Makefile
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1997-05-28 15:54:04 +0000
committerwpaul <wpaul@FreeBSD.org>1997-05-28 15:54:04 +0000
commit9433a9ddfc538f57ddb8f2ef098979e7caf53520 (patch)
tree110d40cc6497e53cea4afb62abf4e02dc51b390d /usr.bin/chkey/Makefile
parenta63f49971349bf79244e49cbabb01077b0556633 (diff)
parent9b1f5415ee3ec0579ed49b9731f5333d8fd50941 (diff)
downloadFreeBSD-src-9433a9ddfc538f57ddb8f2ef098979e7caf53520.zip
FreeBSD-src-9433a9ddfc538f57ddb8f2ef098979e7caf53520.tar.gz
This commit was generated by cvs2svn to compensate for changes in r26240,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.bin/chkey/Makefile')
-rw-r--r--usr.bin/chkey/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile
new file mode 100644
index 0000000..6cc1d1c
--- /dev/null
+++ b/usr.bin/chkey/Makefile
@@ -0,0 +1,14 @@
+# $Id$
+
+PROG= chkey
+SRCS= chkey.c update.c generic.c
+
+.PATH: ${.CURDIR}/../newkey
+
+MAN1= chkey.1
+
+CFLAGS+= -DYP
+
+LDADD+= -lrpcsvc -lmp -lgmp
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud