Makefile revision 1.3
11.3Spooka# $NetBSD: Makefile,v 1.3 2015/08/24 23:04:43 pooka 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.3SpookaCPPFLAGS+= -I${.CURDIR}/../../../librump/rumpvfs 131.1Spooka 141.1Spooka.include <bsd.lib.mk> 151.1Spooka.include <bsd.klinks.mk> 16