0a7bed1113
- correct RTA_NETMASK processing - correct -A filter behavior (do not advert aggregated route to other if) - better signal handling - mandate getifaddrs - do not advert connected routes on !IFF_UP routes. experimental sync with kame
9 lines
174 B
Makefile
9 lines
174 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/02/07 13:46:04 itojun Exp $
|
|
|
|
PROG= route6d
|
|
MAN= route6d.8
|
|
|
|
CPPFLAGS+=-Dss_len=__ss_len -Dss_family=__ss_family -DINET6
|
|
|
|
.include <bsd.prog.mk>
|