diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2009-06-04 05:46:50 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2009-06-04 05:46:50 +0000 |
commit | 32d374af3a6d3edf3bcc269559ecb942cb36befb (patch) | |
tree | ecf289f4bb85ef5db2ff857149b8f3bd160875e0 /distrib/special/ftp | |
parent | 89c91a4d387a0ad12cf0a88196485eaaf6a5bfa7 (diff) |
add -DINET6 to CFLAGS to make the client handle the bracketed IPv6 host
name notation
ok deraadt@
Diffstat (limited to 'distrib/special/ftp')
-rw-r--r-- | distrib/special/ftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/ftp/Makefile b/distrib/special/ftp/Makefile index fdad0be75f7..f0c8266d982 100644 --- a/distrib/special/ftp/Makefile +++ b/distrib/special/ftp/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2009/05/05 19:45:56 martynas Exp $ +# $OpenBSD: Makefile,v 1.7 2009/06/04 05:46:49 halex Exp $ # $NetBSD: Makefile,v 1.13 1997/08/18 10:20:13 lukem Exp $ # from: @(#)Makefile 8.2 (Berkeley) 4/3/94 # Define SMALL to disable command line editing COPTS+=-Os -CFLAGS+=-DSMALL +CFLAGS+=-DSMALL -DINET6 # Uncomment the following to provide defaults for gate-ftp operation #CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21 |