# $NetBSD: Makefile,v 1.6 1999/02/13 02:54:19 lukem Exp $ # Build a smaller ifconfig (i.e. for boot media) PROG= ifconfig MKMAN= no SRCDIR= ${.CURDIR}/../../../sbin/ifconfig CPPFLAGS+= -DINET_ONLY -I${SRCDIR} all: ${PROG} .include .PATH: ${SRCDIR}