diff options
author | ru <ru@FreeBSD.org> | 2001-06-06 16:12:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-06-06 16:12:59 +0000 |
commit | c4aabf68c9e61bd7cd9618e364a819e013b249b7 (patch) | |
tree | 5a63ecfd6424a27a239dc725d4d0245c492dfe3f /usr.sbin/traceroute | |
parent | 4f6209afa03b8f0938cd2bdd753ee0573f089e04 (diff) | |
download | FreeBSD-src-c4aabf68c9e61bd7cd9618e364a819e013b249b7.zip FreeBSD-src-c4aabf68c9e61bd7cd9618e364a819e013b249b7.tar.gz |
Fetch the default maximum TTL value from the net.inet.ip.ttl MIB.
PR: bin/19598
MFC after: 1 week
Diffstat (limited to 'usr.sbin/traceroute')
-rw-r--r-- | usr.sbin/traceroute/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile index 6dd8a30..8fab2a1 100644 --- a/usr.sbin/traceroute/Makefile +++ b/usr.sbin/traceroute/Makefile @@ -3,7 +3,8 @@ PROG= traceroute MAN= traceroute.8 BINMODE=4555 -CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \ +CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSCTL_H=1 \ + -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \ -DSTDC_HEADERS=1 .ifndef (NOIPSEC) CFLAGS+=-DIPSEC |