diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-06-12 14:58:17 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-06-12 14:58:17 +0000 |
| commit | 5b81b6b301437eb9a6df491c829475bd29ae5d6c (patch) | |
| tree | de2d7c6726a45428d4a310da2acd8839daf9f85f /libexec/makekey/Makefile | |
| parent | 9002c02abc587664acb357c6879d8ca08664dd0b (diff) | |
Notes
Diffstat (limited to 'libexec/makekey/Makefile')
| -rw-r--r-- | libexec/makekey/Makefile | 6 |
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> |
