Home | History | Annotate | Line # | Download | only in x_ifconfig
Makefile revision 1.16.2.1
      1 # $NetBSD: Makefile,v 1.16.2.1 2002/11/03 13:19:20 he 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" || ${MACHINE} == "macppc")
     11 CPPFLAGS+=	-DINET6
     12 .endif
     13 
     14 .include <bsd.prog.mk>
     15 
     16 .PATH:		${SRCDIR}
     17