Home | History | Annotate | Line # | Download | only in x_ifconfig
Makefile revision 1.16.2.1
      1  1.16.2.1      he # $NetBSD: Makefile,v 1.16.2.1 2002/11/03 13:19:20 he Exp $
      2       1.1     gwr # Build a smaller ifconfig (i.e. for boot media)
      3       1.1     gwr 
      4      1.16      tv SRCDIR=		${.CURDIR}/../../../sbin/ifconfig
      5       1.1     gwr 
      6      1.16      tv PROG=		ifconfig
      7      1.16      tv NOMAN=		# defined
      8      1.16      tv 
      9      1.16      tv CPPFLAGS+=	-DINET_ONLY -I${SRCDIR}
     10  1.16.2.1      he .if (${MACHINE} == "i386" || ${MACHINE} == "hpcmips" || ${MACHINE} == "x68k" || ${MACHINE} == "macppc")
     11      1.16      tv CPPFLAGS+=	-DINET6
     12      1.14  martin .endif
     13       1.1     gwr 
     14       1.1     gwr .include <bsd.prog.mk>
     15       1.3     gwr 
     16      1.16      tv .PATH:		${SRCDIR}
     17