Makefile revision 1.13
11.13Stv#	$NetBSD: Makefile,v 1.13 2001/12/12 00:05:14 tv Exp $
21.1Sgwr#	@(#)Makefile	8.1 (Berkeley) 6/5/93
31.1Sgwr
41.13StvSRCDIR=		${.CURDIR}/../../../sbin/route
51.1Sgwr
61.13StvPROG=		route
71.13StvNOMAN=		# defined
81.13Stv
91.13StvSRCS=		route.c show.c keywords.c
101.13Stv
111.13StvCPPFLAGS+=	-DSMALL -I${SRCDIR}
121.10Sminoura.if (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k")
131.13StvCPPFLAGS+=	-DINET6
141.11Smartin.endif
151.2Sgwr
161.1Sgwr.include <bsd.prog.mk>
171.2Sgwr
181.13StvBINOWN=		root
191.13StvBINMODE=	4555
201.13Stv.PATH:		${SRCDIR}
21