# $NetBSD: Makefile,v 1.7 2009/12/12 17:10:19 pooka Exp $ # .PATH: ${.CURDIR}/../../../../net LIB= rumpnet_net # iffy stuff SRCS= if.c if_loop.c route.c rtsock.c raw_usrreq.c raw_cb.c \ if_media.c link_proto.c net_stats.c if_ethersubr.c SRCS+= component.c CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt .include "${.CURDIR}/../libnetinet/Makefile.inc" .include .include