1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Fix the build. opt_asr.h is gone.

Beer or equivalent to?	njl
This commit is contained in:
Nate Lawson 2004-04-22 02:22:18 +00:00
parent d9b6df606a
commit 28aee9f11e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128544
2 changed files with 1 additions and 2 deletions

View File

@ -267,7 +267,6 @@ static dpt_sig_S ASR_sig = {
#include "dev/asr/i2obscsi.h"
#include "dev/asr/i2odpt.h"
#include "dev/asr/i2oadptr.h"
#include "opt_asr.h"
#include "dev/asr/sys_info.h"

View File

@ -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"