[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.3, Sat Jul 15 04:59:29 2000 UTC (23 years, 10 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.2: +2 -2 lines

sync with latest kame.
- correct possible realloc memory leak.
- remove obsolete non-advanced api support (!ADVAPI)
- do not overwrite routing entry, when -A is specified (exit with error).

#	$OpenBSD: Makefile,v 1.3 2000/07/15 04:59:29 itojun Exp $

PROG=	route6d
MAN=	route6d.8

CPPFLAGS+=	-DINET6 -DHAVE_GETIFADDRS

.include <bsd.prog.mk>