Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2015/10/19 16:16:33 pooka Exp $ 2# 3 4RUMPTOP=${TOPRUMP} 5 6.PATH: ${RUMPTOP}/../dev/pci 7 8LIB= rumpdev_pci_if_pcn 9COMMENT=PCnet Ethernet device driver 10 11IOCONF= PCI_IF_PCN.ioconf 12 13SRCS= pcn_at_pci.c 14 15SRCS+= if_pcn.c 16 17CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern 18 19.include "${RUMPTOP}/Makefile.rump" 20.include <bsd.lib.mk> 21.include <bsd.klinks.mk> 22