Home | History | Annotate | Line # | Download | only in x_ifconfig
Makefile revision 1.33.4.1
      1  1.33.4.1    bouyer # $NetBSD: Makefile,v 1.33.4.1 2017/04/21 16:51:16 bouyer Exp $
      2       1.1       gwr # Build a smaller ifconfig (i.e. for boot media)
      3       1.1       gwr 
      4  1.33.4.1    bouyer NOMAN=		# defined
      5       1.1       gwr 
      6  1.33.4.1    bouyer .include <bsd.own.mk>
      7      1.16        tv 
      8  1.33.4.1    bouyer PROG=		ifconfig
      9      1.27    dyoung SRCDIR=		${.CURDIR}/../../../sbin/ifconfig
     10      1.21     lukem 
     11      1.32   hannken CPPFLAGS+=	-DCRUNCHOPS
     12  1.33.4.1    bouyer 
     13      1.21     lukem .if defined(SMALLPROG_INET6) && (${USE_INET6} != "no")
     14      1.32   hannken CPPFLAGS+=	-DINET6
     15  1.33.4.1    bouyer SRCS+=		af_inet6.c
     16      1.23      yamt .endif
     17      1.23      yamt 
     18  1.33.4.1    bouyer .PATH:		${SRCDIR}
     19      1.33  christos 
     20  1.33.4.1    bouyer .include "${SRCDIR}/Makefile.common"
     21      1.22      yamt 
     22       1.1       gwr .include <bsd.prog.mk>
     23