summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2001-10-07 00:21:13 +0000
committerluigi <luigi@FreeBSD.org>2001-10-07 00:21:13 +0000
commitc04cd23c33f6a6bc8edffce5c1cf0161dc84e3e4 (patch)
treed9cd01f50f93fef26ffe95b0741482c65526680f /release
parent95e78e313c772b4c0d6984feafea134deaa346ce (diff)
downloadFreeBSD-src-c04cd23c33f6a6bc8edffce5c1cf0161dc84e3e4.zip
FreeBSD-src-c04cd23c33f6a6bc8edffce5c1cf0161dc84e3e4.tar.gz
Fix a typo and sync a comment with the version in RELENG_4
Diffstat (limited to 'release')
-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 23efe81..936f062 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} )
OpenPOWER on IntegriCloud