diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-27 19:56:04 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-27 19:56:04 +0000 |
commit | f3d3ac3cf134d36ee27705e769adafdb6db699c8 (patch) | |
tree | 50c9e7da1a92487eb90c8ed6c3439ea7721e391b /usr.bin/encrypt/Makefile | |
parent | 1d044feee2888c69997285be1cf59bb90576cbc7 (diff) |
Document why this must be static.
Diffstat (limited to 'usr.bin/encrypt/Makefile')
-rw-r--r-- | usr.bin/encrypt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/encrypt/Makefile b/usr.bin/encrypt/Makefile index e8f0d120bea..870ce900274 100644 --- a/usr.bin/encrypt/Makefile +++ b/usr.bin/encrypt/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2002/05/11 00:20:20 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2002/06/27 19:56:03 art Exp $ + +# Must be static because the floppies use it through a chroot. LDSTATIC= ${STATIC} PROG= encrypt |