Makefile revision 1.1
11.1Sgwr# $NetBSD: Makefile,v 1.1 1995/10/08 23:08:47 gwr Exp $
21.1Sgwr# Build a smaller ifconfig (i.e. for boot media)
31.1Sgwr
41.1SgwrPROG=	ifconfig
51.1SgwrNOMAN=	
61.1Sgwr
71.1SgwrSRCDIR=/usr/src/sbin/ifconfig
81.1SgwrCFLAGS+= -DINET_ONLY -I${SRCDIR}
91.1Sgwr
101.1Sgwr.PATH:  ${SRCDIR}
111.1Sgwr
121.1Sgwrall: ${PROG}
131.1Sgwr
141.1Sgwr.include <bsd.prog.mk>
15