11.4Spooka# $NetBSD: Makefile,v 1.4 2015/11/16 23:27:08 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1SpookaRUMPTOP=${TOPRUMP} 51.1Spooka 61.1Spooka.PATH: ${RUMPTOP}/../dev/pci 71.1Spooka 81.1SpookaLIB= rumpdev_pci_eap 91.2SpookaCOMMENT=Ensoniq AudioPCI driver 101.2Spooka 111.1SpookaIOCONF= PCI_EAP.ioconf 121.4SpookaRUMP_COMPONENT=ioconf 131.3Spooka 141.1SpookaSRCS+= eap.c 151.1Spooka 161.1SpookaCPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev 171.1SpookaCPPFLAGS+= -I${.CURDIR}/../libaudio 181.1Spooka 191.1Spooka.include "${RUMPTOP}/Makefile.rump" 201.1Spooka.include <bsd.lib.mk> 211.1Spooka.include <bsd.klinks.mk> 22