2000-09-01 07:51:25 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/asr
|
|
|
|
|
|
|
|
KMOD= asr
|
|
|
|
SRCS= asr.c
|
2004-04-22 02:22:18 +00:00
|
|
|
SRCS+= opt_scsi.h opt_cam.h
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
2000-09-01 07:51:25 +00:00
|
|
|
|
2001-04-01 08:33:01 +00:00
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
|
|
|
CFLAGS+= -O0
|
|
|
|
.endif
|
|
|
|
|
2000-09-01 07:51:25 +00:00
|
|
|
.include <bsd.kmod.mk>
|