Makefile revision 1.24
11.24Schristos# $NetBSD: Makefile,v 1.24 2015/08/20 12:20:09 christos 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.20SpookaSRCS+= net_component.c 141.1Spooka 151.24Schristos.include <bsd.init.mk> 161.24Schristos 171.23Spooka.if !empty(RUMP_NBCOMPAT:M50) 181.21SpookaSRCS+= rtsock_50.c uipc_syscalls_50.c 191.21Spooka.endif 201.21Spooka 211.1SpookaCPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt 221.1Spooka 231.2Spooka.include "${.CURDIR}/../libnetinet/Makefile.inc" 241.19Spooka.include "${.CURDIR}/../libnetinet6/Makefile.inc" 251.18Skefren.include "${.CURDIR}/../libnetmpls/Makefile.inc" 261.2Spooka 271.1Spooka.include <bsd.lib.mk> 281.1Spooka.include <bsd.klinks.mk> 29