diff --git a/usr.sbin/route6d/Makefile b/usr.sbin/route6d/Makefile index 5799d0e206f..f1293f60190 100644 --- a/usr.sbin/route6d/Makefile +++ b/usr.sbin/route6d/Makefile @@ -4,6 +4,6 @@ PROG= route6d MAN= route6d.8 -CFLAGS+= -DINET6 -DHAVE_GETIFADDRS +CFLAGS+= -DINET6 .include