11.3Spooka# $NetBSD: Makefile,v 1.3 2013/12/20 09:44:16 pooka Exp $ 21.1Spooka# 31.1Spooka 41.3SpookaPROG= shmif_dumpbus 51.3Spooka 61.1Spooka.include <bsd.own.mk> 71.1Spooka 81.1SpookaSHMIFD= ${NETBSDSRCDIR}/sys/rump/net/lib/libshmif 91.1Spooka.PATH: ${SHMIFD} 101.1Spooka 111.1SpookaSRCS+= shmif_dumpbus.c shmif_busops.c 121.1SpookaCPPFLAGS+= -I${SHMIFD} 131.1Spooka 141.2SpookaLDADD+= -lpcap 151.2Spooka 161.1Spooka.include <bsd.prog.mk> 17