06ee23e6b3
- remove obsolete non-advanced-api support. - if a routing entry exists for aggregate prefix (-A), do not overwrite the routing entry (exit with error).
9 lines
192 B
Makefile
9 lines
192 B
Makefile
# $NetBSD: Makefile,v 1.3 2000/07/15 04:55:40 itojun Exp $
|
|
|
|
PROG= route6d
|
|
MAN= route6d.8
|
|
|
|
CPPFLAGS+=-Dss_len=__ss_len -Dss_family=__ss_family -DINET6 -DHAVE_GETIFADDRS
|
|
|
|
.include <bsd.prog.mk>
|