2b375b4edd
I thank all developers and contributors for pc98. Relnotes: yes
16 lines
348 B
Makefile
16 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/sio
|
|
|
|
KMOD= sio
|
|
SRCS= bus_if.h card_if.h device_if.h isa_if.h pci_if.h serdev_if.h \
|
|
opt_compat.h opt_gdb.h opt_kdb.h opt_sio.h \
|
|
sio.c sio_isa.c sio_pccard.c sio_pci.c sio_puc.c pccarddevs.h
|
|
|
|
.if !defined(KERNBUILDDIR)
|
|
opt_compat.h:
|
|
echo "#define COMPAT_43 1" > ${.TARGET}
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|