diff options
Diffstat (limited to 'misc/raspberrypi-userland/options.mk')
-rw-r--r-- | misc/raspberrypi-userland/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/raspberrypi-userland/options.mk b/misc/raspberrypi-userland/options.mk index 8e819177b95..6793563a6a0 100644 --- a/misc/raspberrypi-userland/options.mk +++ b/misc/raspberrypi-userland/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.1 2013/08/06 10:05:39 jmcneill Exp $ +# $NetBSD: options.mk,v 1.2 2019/11/03 17:04:26 rillig Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.raspberrypi-userland -PKG_SUPPORTED_OPTIONS= debug +PKG_OPTIONS_VAR= PKG_OPTIONS.raspberrypi-userland +PKG_SUPPORTED_OPTIONS= debug .include "../../mk/bsd.options.mk" |