diff options
author | ume <ume@FreeBSD.org> | 2000-07-10 18:27:55 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2000-07-10 18:27:55 +0000 |
commit | 12abb7258650bbc00bcabfcb07e241f2029b8a04 (patch) | |
tree | c038a8910139297b4ba94ad3071aaca3c174d8eb /usr.sbin/route6d/Makefile | |
parent | 2f033fa84f85aa65bb86d97f4eb14318213860d0 (diff) | |
download | FreeBSD-src-12abb7258650bbc00bcabfcb07e241f2029b8a04.zip FreeBSD-src-12abb7258650bbc00bcabfcb07e241f2029b8a04.tar.gz |
removed 'ifndef ADVAPI' parts
Obtained from: KAME
Diffstat (limited to 'usr.sbin/route6d/Makefile')
-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 6f8a162..02b1900 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 -DADVAPI -DINET6 \ +CFLAGS+= -Dss_len=__ss_len -Dss_family=__ss_family -DINET6 \ -DHAVE_GETIFADDRS .include <bsd.prog.mk> |