summaryrefslogtreecommitdiff
path: root/mk/bsd.fast.prefs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/bsd.fast.prefs.mk')
-rw-r--r--mk/bsd.fast.prefs.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/mk/bsd.fast.prefs.mk b/mk/bsd.fast.prefs.mk
new file mode 100644
index 00000000000..6da9f9b2189
--- /dev/null
+++ b/mk/bsd.fast.prefs.mk
@@ -0,0 +1,8 @@
+# $NetBSD: bsd.fast.prefs.mk,v 1.1 2006/11/05 14:28:38 joerg Exp $
+#
+# Conditionally include mk/bsd.prefs.mk, if it wasn't processed already.
+#
+
+.if !defined(BSD_PKG_MK)
+.include "../../mk/bsd.prefs.mk"
+.endif