1 # $NetBSD: Makefile,v 1.5 2009/05/28 00:02:16 pooka Exp $ 2 # 3 4 .PATH: ${.CURDIR}/../../../../net 5 6 LIB= rumpnet_net 7 8 # iffy stuff 9 SRCS= if.c if_loop.c route.c rtsock.c raw_usrreq.c raw_cb.c \ 10 if_media.c link_proto.c net_stats.c if_ethersubr.c 11 SRCS+= component.c 12 13 CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt 14 15 .include "${.CURDIR}/../libnetinet/Makefile.inc" 16 17 .include <bsd.lib.mk> 18 .include <bsd.klinks.mk> 19