1# $NetBSD: Makefile,v 1.2 1995/10/13 18:10:31 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 10.PATH: ${SRCDIR} 11 12all: ${PROG} 13 14.include <bsd.prog.mk> 15