diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-26 08:41:27 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-26 08:41:27 +0000 |
commit | dc50cc9a919614a2546c2a41bf04721ae251c063 (patch) | |
tree | 67acc6ba38f55a1ef3cffc4a60b1128a4960314e /usr.bin/encrypt/Makefile | |
parent | 4d8922f4a253f4131311b642a36f759ee54f5b51 (diff) |
Add an old makekey(8) mode.
Diffstat (limited to 'usr.bin/encrypt/Makefile')
-rw-r--r-- | usr.bin/encrypt/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/encrypt/Makefile b/usr.bin/encrypt/Makefile index 3036d369f32..4d8a7cb2b75 100644 --- a/usr.bin/encrypt/Makefile +++ b/usr.bin/encrypt/Makefile @@ -1,5 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 1996/08/08 02:07:21 downsj Exp $ +# $OpenBSD: Makefile,v 1.2 1996/08/26 08:41:23 downsj Exp $ PROG= encrypt +LIBEXEC?= ${DESTDIR}/usr/libexec + +LINKS= ${BINDIR}/encrypt ${LIBEXEC}/makekey +MLINKS= encrypt.1 makekey.8 + .include <bsd.prog.mk> |