Merge branch 'vendor/OPENSSL'
[dragonfly.git] / sys / dev / raid / asr / Makefile
1 # $FreeBSD: src/sys/modules/asr/Makefile,v 1.7 2010/08/23 06:13:29 imp Exp $
2
3 KMOD=   asr
4 SRCS=   asr.c
5 SRCS+=  opt_scsi.h opt_cam.h
6 SRCS+=  device_if.h bus_if.h pci_if.h
7
8 .if ${MACHINE_ARCH} == "i386"
9 SRCS+=  opt_asr.h
10 .endif
11
12 .include <bsd.kmod.mk>