Makefile revision 1.11
11.11Smartin# $NetBSD: Makefile,v 1.11 2001/08/20 12:19:46 martin Exp $ 21.1Sgwr# @(#)Makefile 8.1 (Berkeley) 6/5/93 31.1Sgwr 41.1SgwrPROG= route 51.4SlukemMKMAN= no 61.2SgwrSRCS= route.c show.c keywords.c 71.1Sgwr 81.6ScgdSRCDIR= ${.CURDIR}/../../../sbin/route 91.3SlukemCPPFLAGS+= -DSMALL -I${SRCDIR} 101.10Sminoura.if (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k") 111.7SitojunCPPFLAGS+= -DINET6 121.7Sitojun.endif 131.11Smartin.if ${MACHINE_ARCH} != "sparc64" 141.8SmattCOPTS+= -Os 151.11Smartin.endif 161.9SmattLDSTATIC?=-static 171.1Sgwr 181.1SgwrBINOWN= root 191.1SgwrBINMODE=4555 201.1Sgwr 211.2Sgwrall: ${PROG} 221.2Sgwr 231.1Sgwr.include <bsd.prog.mk> 241.2Sgwr 251.2Sgwr.PATH: ${SRCDIR} 26