From 0f51b4223f8cbd52434f4a5bd7ce0a29984e28f9 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 21 Dec 2004 12:44:20 +0000 Subject: NOIPSEC -> TRACEROUTE_NO_IPSEC --- usr.sbin/traceroute/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/traceroute') 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 -- cgit v1.1