mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 15:46:33 -04:00
11 lines
175 B
Makefile
11 lines
175 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/05/24 20:29:41 pgoyette Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
KMOD= pciverbose
|
|
|
|
.PATH: ${S}/dev/pci
|
|
SRCS= pci_verbose.c
|
|
|
|
.include <bsd.kmodule.mk>
|