Makefile revision 1.2
11.2Schristos# $NetBSD: Makefile,v 1.2 2015/08/20 12:20:09 christos Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.PATH: ${.CURDIR}/../../../../net 51.1Spooka 61.1SpookaLIB= rumpnet_tap 71.2SchristosIOCONF= TAP.ioconf 81.1SpookaSRCS= if_tap.c 91.1Spooka 101.1SpookaSRCS+= tap_component.c 111.1Spooka 121.1SpookaCPPFLAGS+= -I${.CURDIR}/../libnet/opt -I${.CURDIR}/../../../librump/rumpvfs 131.1Spooka 141.1Spooka.include <bsd.lib.mk> 151.1Spooka.include <bsd.klinks.mk> 16