diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-10-14 23:30:17 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-10-14 23:30:17 +0000 |
| commit | 822923447e454b30d310cb46903c9ddeca9f0a7a (patch) | |
| tree | 40653d874a438a3202bb62dd66566bfd5b1386c1 /sys/modules/trm | |
| parent | 10d645b7e5a073fc2d4c2bd7472966b4381caf7c (diff) | |
Notes
Diffstat (limited to 'sys/modules/trm')
| -rw-r--r-- | sys/modules/trm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/trm/Makefile b/sys/modules/trm/Makefile index f984794b3070..beb1ab474980 100644 --- a/sys/modules/trm/Makefile +++ b/sys/modules/trm/Makefile @@ -6,7 +6,9 @@ KMOD= trm SRCS= trm.c trm.h opt_cam.h device_if.h bus_if.h \ opt_scsi.h pci_if.h +.if !defined(KERNBUILDDIR) opt_scsi.h: echo "#define SCSI_DELAY 15000" > opt_scsi.h +.endif .include <bsd.kmod.mk> |
