freebsd-dev/sys/modules/asr/Makefile
Nate Lawson 28aee9f11e Fix the build. opt_asr.h is gone.
Beer or equivalent to?	njl
2004-04-22 02:22:18 +00:00

15 lines
209 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/asr
KMOD= asr
SRCS= asr.c
SRCS+= opt_scsi.h opt_cam.h
SRCS+= device_if.h bus_if.h pci_if.h
.if ${MACHINE_ARCH} == "alpha"
CFLAGS+= -O0
.endif
.include <bsd.kmod.mk>