diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-06-06 16:12:59 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-06-06 16:12:59 +0000 |
commit | 3c5021685e5530a9f5120b5a253796abcf98cdc4 (patch) | |
tree | d0e49ea92a3e23a5afd6b324a7069e0c9ef44b0b /usr.sbin/traceroute | |
parent | 7b4d3c72cc4ba8071f0fde23be4a06e3515c3ffc (diff) |
Notes
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 6dd8a30520527..8fab2a14dd4d8 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 |