From 62944b51aeeb7c58529669a157d3f6acb5c5482d Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 3 Nov 2001 09:28:33 +0000 Subject: Clean up the bogus pci.h file we create. --- sys/modules/wi/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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" > $@ -- cgit v1.1