Makefile revision 1.1
11.1Spooka# $NetBSD: Makefile,v 1.1 2014/11/18 08:43:03 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.1SpookaIOCONF= PCI_EAP.ioconf 101.1SpookaSRCS= eap_at_pci.c 111.1SpookaSRCS+= eap.c 121.1Spooka 131.1SpookaCPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev 141.1SpookaCPPFLAGS+= -I${.CURDIR}/../libaudio 151.1Spooka 161.1Spooka.include "${RUMPTOP}/Makefile.rump" 171.1Spooka.include <bsd.lib.mk> 181.1Spooka.include <bsd.klinks.mk> 19