summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 12:44:20 +0000
committerru <ru@FreeBSD.org>2004-12-21 12:44:20 +0000
commit0f51b4223f8cbd52434f4a5bd7ce0a29984e28f9 (patch)
treed1e14607bf54cb8072d16a6a73a1e387b93c7cbf /usr.sbin/traceroute
parentbb6ad7dcac6c5ab163234f968963c2990e8c4d35 (diff)
downloadFreeBSD-src-0f51b4223f8cbd52434f4a5bd7ce0a29984e28f9.zip
FreeBSD-src-0f51b4223f8cbd52434f4a5bd7ce0a29984e28f9.tar.gz
NOIPSEC -> TRACEROUTE_NO_IPSEC
Diffstat (limited to 'usr.sbin/traceroute')
-rw-r--r--usr.sbin/traceroute/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile
index 953c5d4..02c9b2d 100644
--- a/usr.sbin/traceroute/Makefile
+++ b/usr.sbin/traceroute/Makefile
@@ -16,7 +16,7 @@ CFLAGS+= -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKIO_H=1 \
-DHAVE_SYS_SYSCTL_H=1 \
-DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \
-DHAVE_SOCKADDR_SA_LEN=1 -DHAVE_ICMP_NEXTMTU=1
-.ifndef (NOIPSEC)
+.if !defined(TRACEROUTE_NO_IPSEC)
CFLAGS+= -DIPSEC
.endif
# RTT Jitter on the internet these days means printing 3 decimal places on
@@ -24,7 +24,7 @@ CFLAGS+= -DIPSEC
# reporting, ie: print a variable precision from 0.001ms through 1000ms
# CFLAGS+= -DSANE_PRECISION
-.ifndef (NOIPSEC)
+.if !defined(TRACEROUTE_NO_IPSEC)
DPADD= ${LIBIPSEC}
LDADD= -lipsec
.endif
OpenPOWER on IntegriCloud