Merge from vendor branch OPENSSH:
[dragonfly.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 # $DragonFly: src/sys/dev/raid/asr/Makefile,v 1.2 2003/06/17 04:28:43 dillon Exp $
3
4 .PATH:          ${.CURDIR}/../../dev/asr
5 KMOD            =  asr
6 SRCS            =  asr.c
7 SRCS            += opt_scsi.h opt_cam.h opt_asr.h
8 SRCS            += device_if.h bus_if.h pci_if.h
9
10 .include <bsd.kmod.mk>