summaryrefslogtreecommitdiff
path: root/usr.sbin/ipmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ipmon/Makefile')
-rw-r--r--usr.sbin/ipmon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ipmon/Makefile b/usr.sbin/ipmon/Makefile
index 1a743162356..e14e3d60103 100644
--- a/usr.sbin/ipmon/Makefile
+++ b/usr.sbin/ipmon/Makefile
@@ -1,6 +1,7 @@
PROG= ipmon
MAN= ipmon.8
-CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -DLOGFAC=LOG_LOCAL0
+CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -DLOGFAC=LOG_LOCAL0 \
+ -I${.CURDIR}/../../sys/netinet
.include <bsd.prog.mk>