summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2001-10-07 00:21:13 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2001-10-07 00:21:13 +0000
commit56d75155a64fee0416170b55ec0590c648fcd679 (patch)
treed9cd01f50f93fef26ffe95b0741482c65526680f
parentdd73368406363b25768679b08b19f8acc3c68878 (diff)
Notes
-rw-r--r--release/picobsd/build/Makefile.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/build/Makefile.conf b/release/picobsd/build/Makefile.conf
index 23efe810d02e..936f06217bc1 100644
--- a/release/picobsd/build/Makefile.conf
+++ b/release/picobsd/build/Makefile.conf
@@ -13,7 +13,7 @@ SRC?=/usr/src
CONFIG?=config
# These 3 variables determine where the kernel is built.
-# If config were smart enough, we could even place the config
+# If config were smart enough, we could place the config
# file in some other place than ${SRC}/sys/i386/conf, but
# at the moment (Oct.2001) this is not possible yet.
CONF=${SRC}/sys/i386/conf
@@ -52,4 +52,4 @@ ${BUILDDIR}/crunch.mk: ${BUILDDIR}/crunch1.conf
${BUILDDIR}/crunch1.conf: ${MY_TREE}/crunch.conf
(cd ${BUILDDIR}/crunch ; cat ${.OODATE} | \
- sed -e "s@/usr/src@${SRC}@" -e "s+@__CWD__@+${MY_TREE}@" > ${.TARGET} )
+ sed -e "s@/usr/src@${SRC}@" -e "s+@__CWD__@+${MY_TREE}+" > ${.TARGET} )