aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2012-05-08 08:19:07 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2012-05-08 08:19:07 +0000
commit320bd5bedc2ff2c8537d73178c77b1644b31a938 (patch)
tree86e446db51edabd66a630171c1ab997a0b7a77d7 /usr.sbin
parent76159b7dc36621cbb4068f26638488bbba9558c7 (diff)
downloadsrc-320bd5bedc2ff2c8537d73178c77b1644b31a938.tar.gz
src-320bd5bedc2ff2c8537d73178c77b1644b31a938.zip
Sync traceroute(8) with head.
Merges r215937,216184 and r211062,215880,220968: - Remove unused traceroute(8) contrib code from head - make WARNS=3 clean - fix an operator precedence bug for TCP tracerouting - Remove unneeded struct timezone passed to gettimeofday(). - Remove clause 3 and 4 from TNF licenses. - Check return code of setuid() in traceroute. Requested by: tuexen
Notes
Notes: svn path=/stable/8/; revision=235137
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/traceroute/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile
index 3898af8d0b59..103d2065f796 100644
--- a/usr.sbin/traceroute/Makefile
+++ b/usr.sbin/traceroute/Makefile
@@ -29,7 +29,9 @@ DPADD= ${LIBIPSEC}
LDADD= -lipsec
.endif
-CFLAGS+= -I${TRACEROUTE_DISTDIR}/lbl -I${TRACEROUTE_DISTDIR}
+CFLAGS+= -I${TRACEROUTE_DISTDIR}
+
+WARNS?= 3
version.c: ${TRACEROUTE_DISTDIR}/VERSION
@rm -f ${.TARGET}