Home | History | Annotate | Line # | Download | only in ifconfig
Makefile.common revision 1.4.4.2
      1  1.4.4.2  bouyer #	$NetBSD: Makefile.common,v 1.4.4.2 2017/04/21 16:53:13 bouyer Exp $
      2  1.4.4.2  bouyer 
      3  1.4.4.2  bouyer # shared stuff with src/distrib/utils/x_ifconfig for install media.
      4  1.4.4.2  bouyer # stuff not required by install media should be into Makefile.
      5  1.4.4.2  bouyer 
      6  1.4.4.2  bouyer .ifdef SMALLPROG
      7  1.4.4.2  bouyer CPPFLAGS+=	-DSMALL
      8  1.4.4.2  bouyer .endif
      9  1.4.4.2  bouyer 
     10  1.4.4.2  bouyer DPADD+=		${LIBUTIL} ${LIBPROP}
     11  1.4.4.2  bouyer LDADD+=		-lutil -lprop
     12  1.4.4.2  bouyer 
     13  1.4.4.2  bouyer INCS+=		af_inetany.h env.h extern.h media.h parse.h util.h
     14  1.4.4.2  bouyer SRCS+=		af_inet.c af_inetany.c agr.c env.c ether.c ieee80211.c \
     15  1.4.4.2  bouyer 		ifconfig.c l2tp.c media.c parse.c tunnel.c util.c vlan.c
     16