Makefile revision 1.27
11.27Spooka# $NetBSD: Makefile,v 1.27 2015/10/19 16:16:38 pooka Exp $ 21.1Spooka# 31.1Spooka 41.21Spooka 51.8Spooka.PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common 61.1Spooka 71.1SpookaLIB= rumpnet_net 81.27SpookaCOMMENT=Network interface and routing support 91.27Spooka 101.24SchristosIOCONF= NET.ioconf 111.1Spooka# iffy stuff 121.21SpookaSRCS= if.c if_loop.c route.c rtsock.c raw_usrreq.c \ 131.17Spooka raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c 141.21SpookaSRCS+= if_43.c pfil.c 151.26SozakiSRCS+= if_llatbl.c 161.20SpookaSRCS+= net_component.c 171.1Spooka 181.24Schristos.include <bsd.init.mk> 191.24Schristos 201.23Spooka.if !empty(RUMP_NBCOMPAT:M50) 211.21SpookaSRCS+= rtsock_50.c uipc_syscalls_50.c 221.21Spooka.endif 231.21Spooka 241.2Spooka.include "${.CURDIR}/../libnetinet/Makefile.inc" 251.19Spooka.include "${.CURDIR}/../libnetinet6/Makefile.inc" 261.18Skefren.include "${.CURDIR}/../libnetmpls/Makefile.inc" 271.2Spooka 281.1Spooka.include <bsd.lib.mk> 291.1Spooka.include <bsd.klinks.mk> 30