Makefile revision 1.15
11.15Smartin# $NetBSD: Makefile,v 1.15 2012/06/25 19:25:07 martin Exp $ 21.1Spooka# 31.1Spooka 41.8Spooka.PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common 51.1Spooka 61.1SpookaLIB= rumpnet_net 71.1Spooka 81.1Spooka# iffy stuff 91.12SdyoungSRCS= if.c if_loop.c route.c rtbl.c rtsock.c rtsock_50.c raw_usrreq.c \ 101.15Smartin raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c portalgo.c 111.14SrmindSRCS+= if_43.c pfil.c uipc_syscalls_50.c 121.5SpookaSRCS+= component.c 131.1Spooka 141.1SpookaCPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt 151.8SpookaCPPFLAGS+= -DCOMPAT_OIFREQ -DCOMPAT_OIFDATA 161.1Spooka 171.2Spooka.include "${.CURDIR}/../libnetinet/Makefile.inc" 181.2Spooka 191.1Spooka.include <bsd.lib.mk> 201.1Spooka.include <bsd.klinks.mk> 21