View | Details | Raw Unified | Return to bug 17739
Collapse All | Expand All

(-)/usr/src/usr.sbin/traceroute/Makefile (+10 lines)
Lines 5-8 Link Here
5
BINMODE=4555
5
BINMODE=4555
6
7
.ifndef (NOIPSEC)
6
CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \
8
CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \
7
	-DSTDC_HEADERS=1 -DIPSEC
9
	-DSTDC_HEADERS=1 -DIPSEC
10
.else
11
CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \
12
	-DSTDC_HEADERS=1
13
.endif
14
8
# RTT Jitter on the internet these days means printing 3 decimal places on
15
# RTT Jitter on the internet these days means printing 3 decimal places on
Lines 14-17 Link Here
14
CLEANFILES+=	version.c
21
CLEANFILES+=	version.c
22
23
.ifndef (NOIPSEC)
15
DPADD=	${LIBIPSEC}
24
DPADD=	${LIBIPSEC}
16
LDADD=	-lipsec
25
LDADD=	-lipsec
26
.endif

Return to bug 17739