Makefile revision 1.2
11.2Spooka# $NetBSD: Makefile,v 1.2 2011/03/14 11:08:28 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.include <bsd.own.mk> 51.1Spooka 61.1SpookaSHMIFD= ${NETBSDSRCDIR}/sys/rump/net/lib/libshmif 71.1Spooka.PATH: ${SHMIFD} 81.1Spooka 91.1SpookaPROG= shmif_dumpbus 101.1SpookaSRCS+= shmif_dumpbus.c shmif_busops.c 111.1SpookaCPPFLAGS+= -I${SHMIFD} 121.1Spooka 131.2SpookaLDADD+= -lpcap 141.2Spooka 151.1Spooka.include <bsd.prog.mk> 16