11.18Suebayasi# $NetBSD: Makefile,v 1.18 2014/11/07 02:57:19 uebayasi 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.18SuebayasiSRCS= keywords.c route.c rtutil.c show.c 121.13Stv 131.17SpookaCPPFLAGS+= -DSMALL -I${SRCDIR} -DCRUNCHOPS 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