Home | History | Annotate | Line # | Download | only in x_ifconfig
Makefile revision 1.3.2.2
      1  1.3.2.2  gwr # $NetBSD: Makefile,v 1.3.2.2 1995/10/13 18:35:29 gwr Exp $
      2  1.3.2.2  gwr # Build a smaller ifconfig (i.e. for boot media)
      3  1.3.2.2  gwr 
      4  1.3.2.2  gwr PROG=	ifconfig
      5  1.3.2.2  gwr NOMAN=	
      6  1.3.2.2  gwr 
      7  1.3.2.2  gwr SRCDIR= ${BSDSRCDIR}/sbin/ifconfig
      8  1.3.2.2  gwr CFLAGS+= -DINET_ONLY -I${SRCDIR}
      9  1.3.2.2  gwr 
     10  1.3.2.2  gwr all: ${PROG}
     11  1.3.2.2  gwr 
     12  1.3.2.2  gwr .include <bsd.prog.mk>
     13  1.3.2.2  gwr 
     14  1.3.2.2  gwr .PATH:  ${SRCDIR}
     15