diff options
author | phk <phk@FreeBSD.org> | 2001-11-03 09:28:33 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-11-03 09:28:33 +0000 |
commit | 62944b51aeeb7c58529669a157d3f6acb5c5482d (patch) | |
tree | 4fe39032cc9ae8d470e4a1ced5f39104ee62d846 /sys | |
parent | a0da3013c6b8329da400c8f28b2e55525f0b4aa0 (diff) | |
download | FreeBSD-src-62944b51aeeb7c58529669a157d3f6acb5c5482d.zip FreeBSD-src-62944b51aeeb7c58529669a157d3f6acb5c5482d.tar.gz |
Clean up the bogus pci.h file we create.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/wi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/wi/Makefile b/sys/modules/wi/Makefile index 6228717..3501a37 100644 --- a/sys/modules/wi/Makefile +++ b/sys/modules/wi/Makefile @@ -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" > $@ |