summaryrefslogtreecommitdiffstats
path: root/sys/modules/asr
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-04-22 02:22:18 +0000
committernjl <njl@FreeBSD.org>2004-04-22 02:22:18 +0000
commit9804d2d83f9b2aa785cd759a4ca66c467a37c1de (patch)
tree3df209c4ce880919bb57a274164fd91ef519ad78 /sys/modules/asr
parent1699468b996953ecb5f87dd1fe0e606b113aa8ef (diff)
downloadFreeBSD-src-9804d2d83f9b2aa785cd759a4ca66c467a37c1de.zip
FreeBSD-src-9804d2d83f9b2aa785cd759a4ca66c467a37c1de.tar.gz
Fix the build. opt_asr.h is gone.
Beer or equivalent to? njl
Diffstat (limited to 'sys/modules/asr')
-rw-r--r--sys/modules/asr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/asr/Makefile b/sys/modules/asr/Makefile
index 399ef3e..69a6409 100644
--- a/sys/modules/asr/Makefile
+++ b/sys/modules/asr/Makefile
@@ -4,7 +4,7 @@
KMOD= asr
SRCS= asr.c
-SRCS+= opt_scsi.h opt_cam.h opt_asr.h
+SRCS+= opt_scsi.h opt_cam.h
SRCS+= device_if.h bus_if.h pci_if.h
.if ${MACHINE_ARCH} == "alpha"
OpenPOWER on IntegriCloud