summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/route6d/Makefile')
-rw-r--r--usr.sbin/route6d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/route6d/Makefile b/usr.sbin/route6d/Makefile
index 1bed21a5e1d3..308aad761337 100644
--- a/usr.sbin/route6d/Makefile
+++ b/usr.sbin/route6d/Makefile
@@ -4,6 +4,6 @@
PROG= route6d
MAN= route6d.8
-CFLAGS+= -DINET6 -DHAVE_POLL_H
+CFLAGS+= -DHAVE_POLL_H
.include <bsd.prog.mk>