summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute6
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-10-08 09:09:05 +0000
committerkris <kris@FreeBSD.org>2000-10-08 09:09:05 +0000
commitb7d42e5fe155837dbdd9b1f520942f41f6d44b2c (patch)
treeb66487651a29b4396c3f93884bb53d57e0033b01 /usr.sbin/traceroute6
parent2873286b5607ff924349475877c116146131efe8 (diff)
downloadFreeBSD-src-b7d42e5fe155837dbdd9b1f520942f41f6d44b2c.zip
FreeBSD-src-b7d42e5fe155837dbdd9b1f520942f41f6d44b2c.tar.gz
Enable use of poll()
Diffstat (limited to 'usr.sbin/traceroute6')
-rw-r--r--usr.sbin/traceroute6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/traceroute6/Makefile b/usr.sbin/traceroute6/Makefile
index d2f6de1..a05e98b 100644
--- a/usr.sbin/traceroute6/Makefile
+++ b/usr.sbin/traceroute6/Makefile
@@ -19,7 +19,7 @@ BINOWN= root
BINGRP= bin
BINMODE=4555
-CFLAGS+=-DINET6 -DIPSEC
+CFLAGS+=-DINET6 -DIPSEC -DHAVE_POLL
DPADD= ${LIBIPSEC}
LDADD= -lipsec
OpenPOWER on IntegriCloud