summaryrefslogtreecommitdiff
path: root/BSDmakefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-12 20:20:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-12 20:20:47 +0200
commit18b38b0eb68cbcb8793efe989dcd8796a60288af (patch)
tree4bee5aea0f6749536caa657409f638d36c46bce6 /BSDmakefile
parent872be713be0ade5670e009195d8a08c1ea05a00b (diff)
kernel patch cleanup
- move patches to kernel version specific directory - enable execute bit on md5sum wrapper - remove wrong include in BSDmakefile - enable ROOTFS for rb532 device - add mips specific patch for lib/delay.c typo
Diffstat (limited to 'BSDmakefile')
-rw-r--r--BSDmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/BSDmakefile b/BSDmakefile
index 64050b550..477fc6d94 100644
--- a/BSDmakefile
+++ b/BSDmakefile
@@ -26,6 +26,5 @@ _subdir: ${_subdir_dep}
. include "${.CURDIR}/prereq.mk"
. include "${.CURDIR}/mk/split-cfg.mk"
.else
-. include "${.CURDIR}/prereq.mk"
. include "${.CURDIR}/Makefile"
.endif