diff options
author | 2009-06-04 05:46:49 +0000 | |
---|---|---|
committer | 2009-06-04 05:46:49 +0000 | |
commit | a9969bf3585adc2ba5d6824d84b5e7bfd199c375 (patch) | |
tree | c86d30f8c1daddc6d332f2e0509213553d3f2238 | |
parent | Export networks to be redistributed into all ribs for now. (diff) | |
download | wireguard-openbsd-a9969bf3585adc2ba5d6824d84b5e7bfd199c375.tar.xz wireguard-openbsd-a9969bf3585adc2ba5d6824d84b5e7bfd199c375.zip |
add -DINET6 to CFLAGS to make the client handle the bracketed IPv6 host
name notation
ok deraadt@
-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 |