Initial import from FreeBSD RELENG_4:
[games.git] / sys / dev / raid / asr / Makefile
1 # $FreeBSD: src/sys/modules/asr/Makefile,v 1.1.2.1 2000/09/21 20:33:53 msmith Exp $
2
3 .PATH:          ${.CURDIR}/../../dev/asr
4 KMOD            =  asr
5 SRCS            =  asr.c
6 SRCS            += opt_scsi.h opt_cam.h opt_asr.h
7 SRCS            += device_if.h bus_if.h pci_if.h
8
9 .include <bsd.kmod.mk>