diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-09-27 01:04:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-09-27 01:04:44 +0000 |
| commit | f274c85d8b39375bbe45c9467cf2263b1a3ef850 (patch) | |
| tree | 6ac6f045cfea0d7a06749885dda9c3b812929692 /sys/modules/vr | |
| parent | 972c1f69453580191a0e07333f7fb2fc0278ae37 (diff) | |
Notes
Diffstat (limited to 'sys/modules/vr')
| -rw-r--r-- | sys/modules/vr/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/vr/Makefile b/sys/modules/vr/Makefile index 034175cff83c..6fc98ee57a8c 100644 --- a/sys/modules/vr/Makefile +++ b/sys/modules/vr/Makefile @@ -3,17 +3,14 @@ S = ${.CURDIR}/../.. .PATH: $S/pci KMOD = if_vr -SRCS = if_vr.c vr.h opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS = if_vr.c opt_bdg.h device_if.h bus_if.h pci_if.h SRCS += miibus_if.h -CLEANFILES += vr.h opt_bdg.h device_if.h bus_if.h pci_if.h +CLEANFILES += opt_bdg.h device_if.h bus_if.h pci_if.h CLEANFILES += miibus_if.h KMODDEPS = miibus CFLAGS += ${DEBUG_FLAGS} -vr.h: - echo "#define NVR 1" > vr.h - opt_bdg.h: touch opt_bdg.h |
