diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-08-26 21:30:11 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-08-26 21:30:11 +0000 |
commit | 741c1f87fee0facb6a35356df197de79fb7fc964 (patch) | |
tree | 9a5d8dcceb7c1761967c7d53938de28651ff29ee /usr.bin | |
parent | e4e93bf8c7a9b4a17e478c2cd290df471c956b22 (diff) |
LINKS take care of DESTDIR
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/encrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/encrypt/Makefile b/usr.bin/encrypt/Makefile index 4d8a7cb2b75..ac422704dc4 100644 --- a/usr.bin/encrypt/Makefile +++ b/usr.bin/encrypt/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 1996/08/26 08:41:23 downsj Exp $ +# $OpenBSD: Makefile,v 1.3 1996/08/26 21:30:10 pefo Exp $ PROG= encrypt -LIBEXEC?= ${DESTDIR}/usr/libexec +LIBEXEC?= /usr/libexec LINKS= ${BINDIR}/encrypt ${LIBEXEC}/makekey MLINKS= encrypt.1 makekey.8 |