mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Remove vestiges of oldcard and owi.
This commit is contained in:
parent
75ff209cbb
commit
1a9e52fbfb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152541
@ -1,8 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# oldcard -- specialized use for debugging only.
|
||||
# owi -- totally unsupported for debugging only.
|
||||
|
||||
SUBDIR= ${_3dfx} \
|
||||
${_aac} \
|
||||
accf_data \
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user