diff options
| author | apb <apb@NetBSD.org> | 2008-10-25 22:27:34 +0000 |
|---|---|---|
| committer | apb <apb@NetBSD.org> | 2008-10-25 22:27:34 +0000 |
| commit | f46c1de7cbdec5bc8a818069ff8760cb0b3581d2 (patch) | |
| tree | 5c3118f28e2161d36621caa1dc75ffe469312e1f /sys/lkm/dev | |
| parent | 89799ead73e9671c68327c04a475cc5762a86697 (diff) | |
Use ${TOOL_SED} instead if plain sed in Makefiles.
Diffstat (limited to 'sys/lkm/dev')
| -rw-r--r-- | sys/lkm/dev/isa/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lkm/dev/isa/Makefile.inc b/sys/lkm/dev/isa/Makefile.inc index 45a5d1739ce..8a09e2b6eab 100644 --- a/sys/lkm/dev/isa/Makefile.inc +++ b/sys/lkm/dev/isa/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.10 2008/07/27 07:57:40 veego Exp $ +# $NetBSD: Makefile.inc,v 1.11 2008/10/25 22:27:38 apb Exp $ .include "../Makefile.inc" @@ -21,7 +21,7 @@ CLEANFILES+= ${TEMPL_FILE:S/.tmpl//} *~ ${KMOD} DPSRCS+= ${TEMPL_FILE:S/.tmpl//} ${TEMPL_FILE:S/.tmpl//}: - sed -e "s|@LKM_ISA_IO_PORT@|${LKM_ISA_IO_PORT}|g" \ + ${TOOL_SED} -e "s|@LKM_ISA_IO_PORT@|${LKM_ISA_IO_PORT}|g" \ -e "s|@LKM_ISA_SIZE@|${LKM_ISA_SIZE}|g" \ -e "s|@LKM_ISA_IOMEM@|${LKM_ISA_IOMEM}|g" \ -e "s|@LKM_ISA_IOSIZE@|${LKM_ISA_IOSIZE}|g" \ |
