Clean up the bogus pci.h file we create.

This commit is contained in:
Poul-Henning Kamp 2001-11-03 09:28:33 +00:00
parent c6a39821ec
commit 8fa10804ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85963

View File

@ -5,6 +5,8 @@
KMOD= if_wi
SRCS= if_wi.c card_if.h device_if.h bus_if.h pci_if.h pci.h
CLEANFILES += pci.h
pci.h:
echo "#define NPCI 1" > $@