[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin / route6d

File: [local] / src / usr.sbin / route6d / Makefile (download)

Revision 1.4, Wed Feb 7 13:52:23 2001 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.3: +2 -2 lines

bring in latest kame code.
- 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

#	$OpenBSD: Makefile,v 1.4 2001/02/07 13:52:23 itojun Exp $

PROG=	route6d
MAN=	route6d.8

CPPFLAGS+=	-DINET6

.include <bsd.prog.mk>