diff options
Diffstat (limited to 'release')
-rw-r--r-- | release/picobsd/build/Makefile.conf | 4 |
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} ) |