summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <>2003-12-16 14:20:27 +0000
committererdgeist <>2003-12-16 14:20:27 +0000
commit125923fecd991e0ca24ac601b5882f3661f711c4 (patch)
tree21048bfb659ca4a118ce7abad92fe3a2e66e0810 /Makefile
parent05436b145c80a67efa5f79d4bc28f9f2cd2858b2 (diff)
v6 support default now
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d55d5bc..216f161 100755
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ CFLAGS = -Wall -Os
12## use this line when you've got an readline before 4.(x|2) 12## use this line when you've got an readline before 4.(x|2)
13#CFLAGS += -DOLDREADLINE 13#CFLAGS += -DOLDREADLINE
14 14
15CFLAGS += $(OLDREADLINE) $(EXPERIMENTAL_IPV6) 15CFLAGS += $(OLDREADLINE)
16 16
17## you might need one or more of these: 17## you might need one or more of these:
18#CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib 18#CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib