aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/lifelines/Makefile1
-rw-r--r--misc/raspberrypi-userland/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile
index 79d315e8fdf3..d204d07ba0ef 100644
--- a/misc/lifelines/Makefile
+++ b/misc/lifelines/Makefile
@@ -24,7 +24,6 @@ MAKE_JOBS_UNSAFE=yes
OPTIONS_DEFINE= BUILDDOCS DOCS NLS
OPTIONS_SUB= yes
-OPTIONS_DEFAULT= DOCS NLS
BUILDDOCS_DESC= Build documentation (requires docbook toolchain)
DOCS_DESC= Install documentation
NLS_DESC= Build with NLS support
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile
index f4b523a1e09f..37db5753a466 100644
--- a/misc/raspberrypi-userland/Makefile
+++ b/misc/raspberrypi-userland/Makefile
@@ -26,7 +26,6 @@ CMAKE_ARGS+= -DVMCS_INSTALL_PREFIX=${PREFIX} \
-DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-freebsd.cmake
OPTIONS_DEFINE= EXAMPLES DEBUG
-OPTIONS_DEFAULT= EXAMPLES
EXAMPLES_DESC= Install test applications source code (hello_pi)
EXAMPLES_LIB_DEPENDS= libfreetype.so:print/freetype2