No need to genreate these here

This commit is contained in:
Warner Losh 2011-01-06 21:04:00 +00:00
parent 31e55059be
commit 66e3952aad
2 changed files with 2 additions and 12 deletions

View File

@ -4,11 +4,6 @@
KMOD= aha
SRCS= aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h \
opt_scsi.h isa_if.h
.if !defined(KERNBUILDDIR)
opt_scsi.h:
echo "#define SCSI_DELAY 15000" > ${.TARGET}
.endif
isa_if.h
.include <bsd.kmod.mk>

View File

@ -3,11 +3,6 @@
.PATH: ${.CURDIR}/../../dev/ahb
KMOD= ahb
SRCS= ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h opt_scsi.h
.if !defined(KERNBUILDDIR)
opt_scsi.h:
echo "#define SCSI_DELAY 15000" > ${.TARGET}
.endif
SRCS= ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h
.include <bsd.kmod.mk>