Remove scsi_low_pisa.c from the module Makefile to keep in line

with r240325.
This commit is contained in:
gnn 2012-09-10 21:57:40 +00:00
parent e8b429e1c0
commit cea279bc11

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../cam/scsi
KMOD= scsi_low
SRCS= scsi_low.c scsi_low_pisa.c
SRCS= scsi_low.c
SRCS+= opt_ddb.h opt_scsi.h opt_cam.h bus_if.h device_if.h
EXPORT_SYMS= scsi_low_attach \