Makefile revision 1.12
11.12Smatt# $NetBSD: Makefile,v 1.12 2000/05/18 01:10:28 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.12SmattLDSTATIC?=-static 141.1Sgwr 151.1Sgwrall: ${PROG} 161.1Sgwr 171.1Sgwr.include <bsd.prog.mk> 181.3Sgwr 191.3Sgwr.PATH: ${SRCDIR} 20