diff options
author | yar <yar@FreeBSD.org> | 2006-07-27 15:31:13 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2006-07-27 15:31:13 +0000 |
commit | b8f7c8982840ef5fd64bebc37afe60ab32cdfe48 (patch) | |
tree | 9f7d37c34f91fa38fb08501018ebf8b640cf3782 /usr.sbin/route6d | |
parent | bbba5d85e1dbe1228583d2a9a6b574e26488fedf (diff) | |
download | FreeBSD-src-b8f7c8982840ef5fd64bebc37afe60ab32cdfe48.zip FreeBSD-src-b8f7c8982840ef5fd64bebc37afe60ab32cdfe48.tar.gz |
These IPv6-only tools have no explicit dependency on the INET6 macro.
Tested with: cmp(1)
Diffstat (limited to 'usr.sbin/route6d')
-rw-r--r-- | usr.sbin/route6d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/route6d/Makefile b/usr.sbin/route6d/Makefile index 1bed21a..308aad7 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> |