Module for aic

Submitted by:	Michael Reifenberger
This commit is contained in:
Warner Losh 2000-12-13 05:50:02 +00:00
parent b66fd62112
commit 598364a003
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69961

9
sys/modules/aic/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/aic
KMOD = aic
SRCS = aic.c aic_pccard.c aic_isa.c
SRCS += opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h
SRCS += opt_cam.h opt_scsi.h
.include <bsd.kmod.mk>