Makefile revision 1.13
11.13Sminoura# $NetBSD: Makefile,v 1.13 2000/09/05 16:06:49 minoura 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.13Sminoura.if (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k")
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