1 # $NetBSD: Makefile.common,v 1.3 2017/02/08 23:34:15 rin Exp $ 2 3 # shared stuff with src/distrib/utils/x_ifconfig for install media. 4 # stuff not required by install media should be into Makefile. 5 6 .ifdef SMALLPROG 7 CPPFLAGS+= -DSMALL 8 .endif 9 10 DPADD+= ${LIBUTIL} ${LIBPROP} 11 LDADD+= -lutil -lprop 12 13 INCS+= af_inetany.h env.h extern.h media.h parse.h util.h 14 SRCS+= af_inet.c af_inetany.c agr.c env.c ether.c ieee80211.c \ 15 ifconfig.c media.c parse.c tunnel.c util.c vlan.c 16