Makefile revision 1.11
11.11Smatt# $NetBSD: Makefile,v 1.11 2000/05/18 00:43:07 matt Exp $ 21.1Sgwr# Build a smaller ifconfig (i.e. for boot media) 31.1Sgwr 41.1SgwrPROG= ifconfig 51.6SlukemMKMAN= no 61.1Sgwr 71.8ScgdSRCDIR= ${.CURDIR}/../../../sbin/ifconfig 81.10SitojunCPPFLAGS+= -DINET_ONLY -I${SRCDIR} 91.10Sitojun.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "hpcmips") 101.10SitojunCPPFLAGS+= -DINET6 111.10Sitojun.endif 121.11SmattCOPTS+= -Os 131.1Sgwr 141.1Sgwrall: ${PROG} 151.1Sgwr 161.1Sgwr.include <bsd.prog.mk> 171.3Sgwr 181.3Sgwr.PATH: ${SRCDIR} 19