Home | History | Annotate | Line # | Download | only in x_ifconfig
Makefile revision 1.24.18.2
      1  1.24.18.1    mjf # $NetBSD: Makefile,v 1.24.18.2 2008/07/05 11:53:51 mjf Exp $
      2        1.1    gwr # Build a smaller ifconfig (i.e. for boot media)
      3        1.1    gwr 
      4       1.21  lukem .include <bsd.own.mk>
      5       1.21  lukem 
      6  1.24.18.2    mjf NOMAN=	# defined
      7        1.1    gwr 
      8  1.24.18.2    mjf SRCDIR=		${.CURDIR}/../../../sbin/ifconfig
      9  1.24.18.1    mjf 
     10       1.23   yamt 
     11       1.23   yamt .if defined(SMALLPROG_INET6) && (${USE_INET6} != "no")
     12  1.24.18.2    mjf CPPFLAGS+=	-DINET6
     13       1.23   yamt SRCS+= af_inet6.c
     14       1.23   yamt .endif
     15       1.23   yamt 
     16  1.24.18.2    mjf .include "../../../sbin/ifconfig/Makefile.inc"
     17  1.24.18.2    mjf CPPFLAGS+=	-I${SRCDIR}
     18       1.22   yamt 
     19        1.1    gwr .include <bsd.prog.mk>
     20        1.3    gwr 
     21       1.16     tv .PATH:		${SRCDIR}
     22