1 1.20.6.1 skrll # $NetBSD: Makefile,v 1.20.6.1 2015/06/06 14:40:29 skrll Exp $ 2 1.1 pooka # 3 1.1 pooka 4 1.20.6.1 skrll .include <bsd.init.mk> 5 1.20.6.1 skrll 6 1.8 pooka .PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common 7 1.1 pooka 8 1.1 pooka LIB= rumpnet_net 9 1.1 pooka 10 1.1 pooka # iffy stuff 11 1.20.6.1 skrll SRCS= if.c if_loop.c route.c rtsock.c raw_usrreq.c \ 12 1.17 pooka raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c 13 1.20.6.1 skrll SRCS+= if_43.c pfil.c 14 1.20 pooka SRCS+= net_component.c 15 1.1 pooka 16 1.20.6.1 skrll .if !empty(RUMP_NBCOMPAT:M50) 17 1.20.6.1 skrll SRCS+= rtsock_50.c uipc_syscalls_50.c 18 1.20.6.1 skrll .endif 19 1.20.6.1 skrll 20 1.1 pooka CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt 21 1.1 pooka 22 1.2 pooka .include "${.CURDIR}/../libnetinet/Makefile.inc" 23 1.19 pooka .include "${.CURDIR}/../libnetinet6/Makefile.inc" 24 1.18 kefren .include "${.CURDIR}/../libnetmpls/Makefile.inc" 25 1.2 pooka 26 1.1 pooka .include <bsd.lib.mk> 27 1.1 pooka .include <bsd.klinks.mk> 28