aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2000-05-20 18:23:51 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2000-05-20 18:23:51 +0000
commit28c645cf6a9ec7ece1f37cddc001656c25344c64 (patch)
treee4efc5b01d36d32e334a7b47addcfced88623a87 /lib/libfetch/Makefile
parentfac3d98105aebdcd5032e1d904058a0822bb26d4 (diff)
downloadsrc-28c645cf6a9ec7ece1f37cddc001656c25344c64.tar.gz
src-28c645cf6a9ec7ece1f37cddc001656c25344c64.zip
IPv6 support.
Notes
Notes: svn path=/head/; revision=60737
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r--lib/libfetch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 41ca9b517a2c..b78a844e2225 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -3,6 +3,7 @@
MAINTAINER= des@freebsd.org
LIB= fetch
CFLAGS+= -I. -Wall -pedantic
+CFLAGS+= -DINET6
.if !defined(DEBUG)
CFLAGS+= -DNDEBUG
.endif