diff options
author | thomas <thomas@FreeBSD.org> | 2004-05-28 21:26:49 +0000 |
---|---|---|
committer | thomas <thomas@FreeBSD.org> | 2004-05-28 21:26:49 +0000 |
commit | 2873042997b2bd3b9ebb64d3ea805924eaf82ede (patch) | |
tree | 8b8e26627f691c99284db16314572fda50889ebd /tools | |
parent | 7fd80c82613d438b30877ef8ea1749dd2167e328 (diff) | |
download | FreeBSD-src-2873042997b2bd3b9ebb64d3ea805924eaf82ede.zip FreeBSD-src-2873042997b2bd3b9ebb64d3ea805924eaf82ede.tar.gz |
Add trailing backslash missing from previous checkin.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/nanobsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/Makefile b/tools/tools/nanobsd/Makefile index 6ed6e3e..735d8d2 100644 --- a/tools/tools/nanobsd/Makefile +++ b/tools/tools/nanobsd/Makefile @@ -150,7 +150,7 @@ _.md: _.cs ${SC} \ ${DATASLICE} \ ${WD} ${.OBJDIR}/_.i \ - ${CFGMASTER} + ${CFGMASTER} \ > _.md.tmp 2>&1 mv _.mtree.tmp _.mtree mv _.md.tmp _.md |