Makefile revision 1.26
11.26Sozaki# $NetBSD: Makefile,v 1.26 2015/08/31 08:02:45 ozaki-r Exp $ 21.1Spooka# 31.1Spooka 41.21Spooka 51.8Spooka.PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common 61.1Spooka 71.1SpookaLIB= rumpnet_net 81.24SchristosIOCONF= NET.ioconf 91.1Spooka# iffy stuff 101.21SpookaSRCS= if.c if_loop.c route.c rtsock.c raw_usrreq.c \ 111.17Spooka raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c 121.21SpookaSRCS+= if_43.c pfil.c 131.26SozakiSRCS+= if_llatbl.c 141.20SpookaSRCS+= net_component.c 151.1Spooka 161.24Schristos.include <bsd.init.mk> 171.24Schristos 181.23Spooka.if !empty(RUMP_NBCOMPAT:M50) 191.21SpookaSRCS+= rtsock_50.c uipc_syscalls_50.c 201.21Spooka.endif 211.21Spooka 221.2Spooka.include "${.CURDIR}/../libnetinet/Makefile.inc" 231.19Spooka.include "${.CURDIR}/../libnetinet6/Makefile.inc" 241.18Skefren.include "${.CURDIR}/../libnetmpls/Makefile.inc" 251.2Spooka 261.1Spooka.include <bsd.lib.mk> 271.1Spooka.include <bsd.klinks.mk> 28