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