1 1.9 itojun # $NetBSD: Makefile,v 1.9 2000/01/04 08:33:53 itojun Exp $ 2 1.1 gwr # Build a smaller ifconfig (i.e. for boot media) 3 1.1 gwr 4 1.1 gwr PROG= ifconfig 5 1.6 lukem MKMAN= no 6 1.1 gwr 7 1.8 cgd SRCDIR= ${.CURDIR}/../../../sbin/ifconfig 8 1.9 itojun CPPFLAGS+= -DINET6 -DINET_ONLY -I${SRCDIR} 9 1.1 gwr 10 1.1 gwr all: ${PROG} 11 1.1 gwr 12 1.1 gwr .include <bsd.prog.mk> 13 1.3 gwr 14 1.3 gwr .PATH: ${SRCDIR} 15