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/mx | |
| parent | 972c1f69453580191a0e07333f7fb2fc0278ae37 (diff) | |
Notes
Diffstat (limited to 'sys/modules/mx')
| -rw-r--r-- | sys/modules/mx/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/mx/Makefile b/sys/modules/mx/Makefile index a44c6f2d7dad6..8cbcad59dd28c 100644 --- a/sys/modules/mx/Makefile +++ b/sys/modules/mx/Makefile @@ -3,13 +3,10 @@ S = ${.CURDIR}/../.. .PATH: $S/pci KMOD = if_mx -SRCS = if_mx.c mx.h opt_bdg.h device_if.h bus_if.h pci_if.h -CLEANFILES += mx.h opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS = if_mx.c 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 CFLAGS += ${DEBUG_FLAGS} -mx.h: - echo "#define NMX 1" > mx.h - opt_bdg.h: touch opt_bdg.h |
