diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-08-17 16:03:58 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-08-17 16:03:58 +0000 |
| commit | e5a9696004ca4940334c82d7d71c9f0695a8b070 (patch) | |
| tree | a156f969020ab32036f8dc15b0cf914ccf298295 /usr.sbin | |
| parent | d2d0b1445377723f4e985588a77a668aa7cabeca (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -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 817cd7ae0df30..5799d0e206f97 100644 --- a/usr.sbin/route6d/Makefile +++ b/usr.sbin/route6d/Makefile @@ -4,6 +4,6 @@ PROG= route6d MAN= route6d.8 -CFLAGS+= -Dss_len=__ss_len -Dss_family=__ss_family -DINET6 -DHAVE_GETIFADDRS +CFLAGS+= -DINET6 -DHAVE_GETIFADDRS .include <bsd.prog.mk> |
