Makefile revision 1.31
11.31Srin# $NetBSD: Makefile,v 1.31 2018/12/12 01:40:20 rin 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.28Sozaki raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c \ 141.28Sozaki if_spppsubr.c 151.30SozakiSRCS+= if_43.c 161.26SozakiSRCS+= if_llatbl.c 171.20SpookaSRCS+= net_component.c 181.31SrinSRCS+= ether_sw_offload.c 191.1Spooka 201.24Schristos.include <bsd.init.mk> 211.24Schristos 221.23Spooka.if !empty(RUMP_NBCOMPAT:M50) 231.21SpookaSRCS+= rtsock_50.c uipc_syscalls_50.c 241.21Spooka.endif 251.21Spooka 261.29Sroy.if !empty(RUMP_NBCOMPAT:M70) 271.29SroySRCS+= rtsock_70.c uipc_usrreq_70.c 281.29Sroy.endif 291.29Sroy 301.2Spooka.include "${.CURDIR}/../libnetinet/Makefile.inc" 311.19Spooka.include "${.CURDIR}/../libnetinet6/Makefile.inc" 321.18Skefren.include "${.CURDIR}/../libnetmpls/Makefile.inc" 331.2Spooka 341.1Spooka.include <bsd.lib.mk> 351.1Spooka.include <bsd.klinks.mk> 36