rmt is not built on AIX
Exclude AIX from PLIST.rmt Reviewed by wiz@
This commit is contained in:
parent
8618e81b26
commit
2b11f06ef2
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.88 2015/04/19 14:31:06 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.89 2015/04/23 09:15:19 sevan Exp $
|
||||
#
|
||||
# Please run 'make files/gtar.1' when updating version of this package
|
||||
# to regenerate the man page. converters/help2man is needed.
|
||||
|
@ -41,7 +41,7 @@ PLIST_VARS+= gtar rmt
|
|||
TEST_TARGET= check
|
||||
|
||||
# don't include rmt if gtar won't build it
|
||||
.if ${OPSYS} != "Interix" && ${OPSYS} != "Darwin" && ${OS_VARIANT} != "SCOOSR5"
|
||||
.if ${OPSYS} != "Interix" && ${OPSYS} != "Darwin" && ${OS_VARIANT} != "SCOOSR5" && ${OPSYS} != "AIX"
|
||||
PLIST.rmt= yes
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue