Makefile revision 1.16
11.16Slukem# $NetBSD: Makefile,v 1.16 2005/01/18 12:30:21 lukem 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.16Slukem.include <bsd.own.mk> 101.16Slukem 111.13StvSRCS= route.c show.c keywords.c 121.13Stv 131.13StvCPPFLAGS+= -DSMALL -I${SRCDIR} 141.16Slukem.if defined(SMALLPROG_INET6) && (${USE_INET6} != "no") 151.13StvCPPFLAGS+= -DINET6 161.11Smartin.endif 171.2Sgwr 181.1Sgwr.include <bsd.prog.mk> 191.2Sgwr 201.13StvBINOWN= root 211.13StvBINMODE= 4555 221.13Stv.PATH: ${SRCDIR} 23