diff options
author | dholland <dholland@pkgsrc.org> | 2019-01-26 21:12:54 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2019-01-26 21:12:54 +0000 |
commit | 1f7d0c2e3ce74f046a683e717ad6cad59df9295d (patch) | |
tree | fce93ad763d6cf8e8c783fa5ef61a8a48392a5ca /pkgtools | |
parent | 7e5d54b9d2ee0102855e3cddf8e1a3a50015e0af (diff) | |
download | pkgsrc-1f7d0c2e3ce74f046a683e717ad6cad59df9295d.tar.gz |
Remove pointless/vacuous logic clause.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/rc.d-boot/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/rc.d-boot/Makefile b/pkgtools/rc.d-boot/Makefile index 66d1539bc61..f32b88bd55f 100644 --- a/pkgtools/rc.d-boot/Makefile +++ b/pkgtools/rc.d-boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/01/26 21:11:48 dholland Exp $ +# $NetBSD: Makefile,v 1.10 2019/01/26 21:12:54 dholland Exp $ # PKGNAME= rc.d-boot-20181228 @@ -63,9 +63,7 @@ RCDBOOT_STYLE= netbsd-native RCDBOOT_STYLE= openbsd-rcd .endif -.if ${RCDBOOT_STYLE} != "unknown" -ONLY_FOR_PLATFORM+= ${OPSYS}-*-* -.else +.if ${RCDBOOT_STYLE} == "unknown" # Help wanted! Some known boot schemes we'd like to support: # - https://wiki.gentoo.org/wiki/Project:OpenRC # - http://smarden.org/runit/ |