summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 10:49:29 +0000
committerru <ru@FreeBSD.org>2004-12-21 10:49:29 +0000
commit5c04306fea28785632e3975355c1de290b84d0d5 (patch)
tree89a40f7c173c6b1d806a55aabbfb302e1bef918c /usr.sbin
parentf6f82226303669a0913de71310950aeae884084b (diff)
downloadFreeBSD-src-5c04306fea28785632e3975355c1de290b84d0d5.zip
FreeBSD-src-5c04306fea28785632e3975355c1de290b84d0d5.tar.gz
NOINET6 -> NO_INET6
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile2
-rw-r--r--usr.sbin/ppp/Makefile2
-rw-r--r--usr.sbin/sendmail/Makefile2
-rw-r--r--usr.sbin/tcpdchk/Makefile2
-rw-r--r--usr.sbin/tcpdmatch/Makefile2
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 162fb97..d8f78dc 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -215,7 +215,7 @@ _bluetooth= bluetooth
_keyserv= keyserv
.endif
-.if !defined(NOINET6)
+.if !defined(NO_INET6)
_mld6query= mld6query
_rip6query= rip6query
_route6d= route6d
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 370d057..c2bbb4c 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -48,7 +48,7 @@ CFLAGS+=-DPPP_CONFDIR=\"${PPP_CONFDIR}\"
CFLAGS+=-DNOKLDLOAD
.endif
-.if defined(NOINET6)
+.if defined(NO_INET6)
CFLAGS+=-DNOINET6
.endif
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index 4b2dc72..7db47d0 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -36,7 +36,7 @@ CSTD?= c89
CFLAGS+= -I${SMDIR} -I${SENDMAIL_DIR}/include -I.
CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS}
-.if !defined(NOINET6)
+.if !defined(NO_INET6)
CFLAGS+= -DNETINET6
.endif
diff --git a/usr.sbin/tcpdchk/Makefile b/usr.sbin/tcpdchk/Makefile
index 57938e1..a943651 100644
--- a/usr.sbin/tcpdchk/Makefile
+++ b/usr.sbin/tcpdchk/Makefile
@@ -9,7 +9,7 @@ SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c
CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DPROCESS_OPTIONS \
-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\"
-.if !defined(NOINET6)
+.if !defined(NO_INET6)
CFLAGS+=-DINET6
.endif
diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile
index bea68aa..2370e9c 100644
--- a/usr.sbin/tcpdmatch/Makefile
+++ b/usr.sbin/tcpdmatch/Makefile
@@ -8,7 +8,7 @@ SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c
CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10
-.if !defined(NOINET6)
+.if !defined(NO_INET6)
CFLAGS+=-DINET6
.endif
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index 95d7431..0526ced 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -31,7 +31,7 @@ CFLAGS+= -I${.CURDIR} -I${TCPDUMP_DISTDIR}
CFLAGS+= -DHAVE_CONFIG_H
CFLAGS+= -D_U_="__attribute__((unused))"
-.if !defined(NOINET6)
+.if !defined(NO_INET6)
SRCS+= print-ip6.c print-ip6opts.c print-ripng.c print-icmp6.c \
print-frag6.c print-rt6.c print-ospf6.c print-dhcp6.c print-mobility.c
CFLAGS+= -DINET6
OpenPOWER on IntegriCloud