Home | History | Annotate | Line # | Download | only in x_ifconfig
Makefile revision 1.5
      1 # $NetBSD: Makefile,v 1.5 1997/10/22 02:16:38 lukem Exp $
      2 # Build a smaller ifconfig (i.e. for boot media)
      3 
      4 PROG=	ifconfig
      5 NOMAN=	
      6 
      7 SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
      8 CPPFLAGS+= -DINET_ONLY -I${SRCDIR}
      9 
     10 all: ${PROG}
     11 
     12 .include <bsd.prog.mk>
     13 
     14 .PATH:  ${SRCDIR}
     15