Home | History | Annotate | Line # | Download | only in x_ifconfig
Makefile revision 1.12.4.2
      1  1.12.4.2       he # $NetBSD: Makefile,v 1.12.4.2 2001/07/29 20:32:31 he Exp $
      2       1.1      gwr # Build a smaller ifconfig (i.e. for boot media)
      3       1.1      gwr 
      4       1.1      gwr PROG=	ifconfig
      5       1.6    lukem MKMAN=	no
      6       1.1      gwr 
      7       1.8      cgd SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
      8      1.10   itojun CPPFLAGS+= -DINET_ONLY -I${SRCDIR}
      9  1.12.4.1  minoura .if (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k")
     10      1.10   itojun CPPFLAGS+= -DINET6
     11      1.10   itojun .endif
     12  1.12.4.2       he .if ${MACHINE_ARCH} != "sparc64"
     13      1.11     matt COPTS+= -Os
     14  1.12.4.2       he .endif
     15      1.12     matt LDSTATIC?=-static
     16       1.1      gwr 
     17       1.1      gwr all: ${PROG}
     18       1.1      gwr 
     19       1.1      gwr .include <bsd.prog.mk>
     20       1.3      gwr 
     21       1.3      gwr .PATH:  ${SRCDIR}
     22