Makefile revision 1.1
11.1Spooka# $NetBSD: Makefile,v 1.1 2011/01/12 16:14:24 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.1Spooka.include <bsd.prog.mk> 14