Support IPv6.

Approved by: maintainer
This commit is contained in:
Munechika SUMIKAWA 2000-01-10 14:48:37 +00:00
parent 10026d9f05
commit c5e72308ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24624

View file

@ -33,6 +33,10 @@ DOCS= FAQ.html MANUAL.html MANUAL_lynx.html README \
SED_CMD= -e "s,%%PREFIX%%,${PREFIX},g" \
-e "s,%%LOCALBASE%%,${LOCALBASE},g"
.if defined(USE_INET6)
SED_CMD+= -e "s,undef INET6,define INET6,g"
.endif
.if defined(JAPANESE)
SED_CMD+= -e "s,undef JAPANESE,define JAPANESE,g" \
-e "s,w3mhelp_en.html,w3mhelp_ja.html,g"