diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-17 06:51:49 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-17 06:51:49 +0000 |
| commit | 1a9e52fbfb2e90fa739fdc55c8f30a6ede3714c0 (patch) | |
| tree | ecfcd138d7eccf2381fab451a0654972476de16a /sys/modules | |
| parent | 75ff209cbb82e35c84579c9ba631caec95e2c6d0 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 3 | ||||
| -rw-r--r-- | sys/modules/oldcard/Makefile | 16 |
2 files changed, 0 insertions, 19 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index c11405f65e15a..69bc0bb12c6c3 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,8 +1,5 @@ # $FreeBSD$ -# oldcard -- specialized use for debugging only. -# owi -- totally unsupported for debugging only. - SUBDIR= ${_3dfx} \ ${_aac} \ accf_data \ diff --git a/sys/modules/oldcard/Makefile b/sys/modules/oldcard/Makefile deleted file mode 100644 index cbe92d7767020..0000000000000 --- a/sys/modules/oldcard/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../../pccard ${.CURDIR}/../../pci - -KMOD= oldcard -SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_pci.c pcic_isa.c \ - opt_pcic.h device_if.h bus_if.h isa_if.h pci_if.h \ - power_if.h card_if.h pccarddevs.h - -EXPORT_SYMS= YES # XXX evaluate - -.if ${MACHINE} == "pc98" -SRCS += mecia.c -.endif - -.include <bsd.kmod.mk> |
