1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/sio 4 5KMOD= sio 6SRCS= bus_if.h card_if.h device_if.h isa_if.h pci_if.h serdev_if.h \ 7 opt_compat.h opt_gdb.h opt_kdb.h opt_sio.h \ 8 sio.c sio_isa.c sio_pccard.c sio_pci.c sio_puc.c pccarddevs.h 9 10.if !defined(KERNBUILDDIR) 11opt_compat.h: 12 echo "#define COMPAT_43 1" > ${.TARGET} 13.endif 14 15.include <bsd.kmod.mk> 16