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