freebsd-dev/sys/modules/aha/Makefile

15 lines
258 B
Makefile
Raw Normal View History

1999-09-28 02:45:34 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/aha
KMOD= aha
SRCS= aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h \
1999-09-28 02:45:34 +00:00
opt_scsi.h isa_if.h
.if !defined(KERNBUILDDIR)
1999-09-28 02:45:34 +00:00
opt_scsi.h:
echo "#define SCSI_DELAY 15000" > ${.TARGET}
.endif
1999-09-28 02:45:34 +00:00
.include <bsd.kmod.mk>