diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-08-04 22:37:02 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-08-04 22:37:02 +0000 |
| commit | aeaed508982227551b2748339033bb2483382b4d (patch) | |
| tree | c03685b1d6ae030d6a0c9b2f8902e105aa1e4fd4 /sys/modules/trm | |
| parent | b0a8d404e5b942b4ccf1ad17137e33115202c1cf (diff) | |
Notes
Diffstat (limited to 'sys/modules/trm')
| -rw-r--r-- | sys/modules/trm/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/modules/trm/Makefile b/sys/modules/trm/Makefile index 48df9f5bff321..7c42e401a678b 100644 --- a/sys/modules/trm/Makefile +++ b/sys/modules/trm/Makefile @@ -6,9 +6,4 @@ 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" > ${.TARGET} -.endif - .include <bsd.kmod.mk> |
