summaryrefslogtreecommitdiff
path: root/mk/bsd.fast.prefs.mk
blob: 6da9f9b21898d16eb2f742d5f90a2622e0173de4 (plain)
1
2
3
4
5
6
7
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