aboutsummaryrefslogtreecommitdiff
path: root/libexec/makekey/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-06-12 14:58:17 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-06-12 14:58:17 +0000
commit5b81b6b301437eb9a6df491c829475bd29ae5d6c (patch)
treede2d7c6726a45428d4a310da2acd8839daf9f85f /libexec/makekey/Makefile
parent9002c02abc587664acb357c6879d8ca08664dd0b (diff)
downloadsrc-5b81b6b301437eb9a6df491c829475bd29ae5d6c.tar.gz
src-5b81b6b301437eb9a6df491c829475bd29ae5d6c.zip
Initial import, 0.1 + pk 0.2.4-B1
Notes
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=4
Diffstat (limited to 'libexec/makekey/Makefile')
-rw-r--r--libexec/makekey/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile
new file mode 100644
index 000000000000..b982beef60ff
--- /dev/null
+++ b/libexec/makekey/Makefile
@@ -0,0 +1,6 @@
+# @(#)Makefile 5.3 (Berkeley) 5/11/90
+
+PROG= makekey
+MAN8= makekey.0
+
+.include <bsd.prog.mk>