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