Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2015/08/24 23:04:43 pooka Exp $ 2# 3 4.PATH: ${.CURDIR}/../../../../net 5 6LIB= rumpnet_tap 7IOCONF= TAP.ioconf 8SRCS= if_tap.c 9 10SRCS+= tap_component.c 11 12CPPFLAGS+= -I${.CURDIR}/../../../librump/rumpvfs 13 14.include <bsd.lib.mk> 15.include <bsd.klinks.mk> 16