diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-02-16 21:56:46 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-02-16 21:56:46 +0000 |
| commit | 222dc69183b6154d864ed012c5802328d4dcddcd (patch) | |
| tree | 0494f53b21d6111bfc41548e8e3e307acaaf7562 /sys/modules/vx | |
| parent | 1697447ec075ada6d2b81977b0ee6fa40d188667 (diff) | |
Notes
Diffstat (limited to 'sys/modules/vx')
| -rw-r--r-- | sys/modules/vx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/vx/Makefile b/sys/modules/vx/Makefile index 2086dc8bf694..21e033a7b371 100644 --- a/sys/modules/vx/Makefile +++ b/sys/modules/vx/Makefile @@ -7,7 +7,6 @@ SYSDIR?=${.CURDIR}/../.. KMOD= if_vx SRCS= if_vx.c if_vx_pci.c -SRCS.DEV_EISA= if_vx_eisa.c eisa_if.h SRCS+= device_if.h bus_if.h pci_if.h .include <bsd.kmod.mk> |
