1# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:28 gwr Exp $ 2# Build a smaller ifconfig (i.e. for boot media) 3 4PROG= ifconfig 5NOMAN= 6 7SRCDIR= ${BSDSRCDIR}/sbin/ifconfig 8CFLAGS+= -DINET_ONLY -I${SRCDIR} 9 10all: ${PROG} 11 12.include <bsd.prog.mk> 13 14.PATH: ${SRCDIR} 15