summaryrefslogtreecommitdiff
path: root/pkgtools/rc.d-boot
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2018-12-17 03:03:47 +0000
committerschmonz <schmonz@pkgsrc.org>2018-12-17 03:03:47 +0000
commitfd23fc4b0d1c13518d3d61d1387c66bd247641bc (patch)
tree246f5bb8956ef20a8b3fe08692b3acc6e25bd5e2 /pkgtools/rc.d-boot
parent5ce786ba112f42e0be0ee1621b5b6f0c58f76822 (diff)
downloadpkgsrc-fd23fc4b0d1c13518d3d61d1387c66bd247641bc.tar.gz
Explicitly NOT_FOR_PLATFORM where not yet supported.
Diffstat (limited to 'pkgtools/rc.d-boot')
-rw-r--r--pkgtools/rc.d-boot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/rc.d-boot/Makefile b/pkgtools/rc.d-boot/Makefile
index 86783021c5a..3d4eaabbf9e 100644
--- a/pkgtools/rc.d-boot/Makefile
+++ b/pkgtools/rc.d-boot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/12/16 05:41:01 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2018/12/17 03:03:47 schmonz Exp $
#
PKGNAME= rc.d-boot-20181211
@@ -48,6 +48,8 @@ CONF_FILES+= ${PREFIX}/share/examples/${PKGBASE}/pkgsrc-rc.d-boot.service \
.elif ${OPSYS} == "NetBSD" && exists(/etc/rc.d)
ONLY_FOR_PLATFORM+= ${OPSYS}-*-*
RCDBOOT_STYLE= netbsd-native
+.else
+NOT_FOR_PLATFORM+= ${OPSYS}-*-*
.endif
INSTALLATION_DIRS= sbin share/examples/${PKGBASE}