diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-09-03 18:41:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-09-03 18:41:24 +0000 |
commit | 228758662f475a61b9ae4f95b4fa2b910d112a0f (patch) | |
tree | 89af97fc39223c1fd3e255e50736787e50dcf6c8 /usr.bin/ftp | |
parent | 570e744e53b725c62fcaf7d2f8551b4b887c1fd3 (diff) |
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r-- | usr.bin/ftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index 5ac6c4f2dfa..72546e7ca76 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 1999/12/08 12:57:06 itojun Exp $ +# $OpenBSD: Makefile,v 1.17 2000/09/03 18:41:23 espie Exp $ # Define SMALL to disable command line editing #CFLAGS+=-DSMALL @@ -6,7 +6,7 @@ # Uncomment the following to provide defaults for gate-ftp operation #CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21 -.if (defined(USE_SOCKS) && ${USE_SOCKS} == "YES") +.if (defined(USE_SOCKS) && ${USE_SOCKS:L} == "yes") CFLAGS += -DSOCKS -I/usr/local/include LDADD += -lsocks5 .endif |