Makefile revision 1.5
11.5Spooka# $NetBSD: Makefile,v 1.5 2009/05/28 00:02:16 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.PATH: ${.CURDIR}/../../../../net 51.1Spooka 61.1SpookaLIB= rumpnet_net 71.1Spooka 81.1Spooka# iffy stuff 91.3SpookaSRCS= if.c if_loop.c route.c rtsock.c raw_usrreq.c raw_cb.c \ 101.1Spooka if_media.c link_proto.c net_stats.c if_ethersubr.c 111.5SpookaSRCS+= component.c 121.1Spooka 131.1SpookaCPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt 141.1Spooka 151.2Spooka.include "${.CURDIR}/../libnetinet/Makefile.inc" 161.2Spooka 171.1Spooka.include <bsd.lib.mk> 181.1Spooka.include <bsd.klinks.mk> 19