diff options
| author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 2000-07-09 03:07:48 +0000 |
|---|---|---|
| committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 2000-07-09 03:07:48 +0000 |
| commit | 1364bf4a470d567dac15cd0bb2c718361cfb0b6b (patch) | |
| tree | 71c2a94e8f151fb796568d50dd2c86c6951516d0 | |
| parent | 023944f43548759a1e09154c95d20c692bb77666 (diff) | |
Notes
| -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 02b1900dde55..6f8a1626a92e 100644 --- a/usr.sbin/route6d/Makefile +++ b/usr.sbin/route6d/Makefile @@ -4,7 +4,7 @@ PROG= route6d MAN8= route6d.8 -CFLAGS+= -Dss_len=__ss_len -Dss_family=__ss_family -DINET6 \ +CFLAGS+= -Dss_len=__ss_len -Dss_family=__ss_family -DADVAPI -DINET6 \ -DHAVE_GETIFADDRS .include <bsd.prog.mk> |
