1 # $NetBSD: Makefile,v 1.16 2001/12/12 00:05:13 tv Exp $ 2 # Build a smaller ifconfig (i.e. for boot media) 3 4 SRCDIR= ${.CURDIR}/../../../sbin/ifconfig 5 6 PROG= ifconfig 7 NOMAN= # defined 8 9 CPPFLAGS+= -DINET_ONLY -I${SRCDIR} 10 .if (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k") 11 CPPFLAGS+= -DINET6 12 .endif 13 14 .include <bsd.prog.mk> 15 16 .PATH: ${SRCDIR} 17