From b993d6ac2c4f57e01f985b1b464d3aa2ab541a3a Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 21 Nov 2012 00:17:11 +0000 Subject: Ensure variables are defined. Add whitespace for clarity. --- devel/binutils/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index ab815e5c279..7685307242b 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2012/11/20 23:05:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.48 2012/11/21 00:17:11 jperkin Exp $ DISTNAME= binutils-2.22 PKGREVISION= 1 @@ -36,11 +36,16 @@ INSTALLATION_DIRS= gnu/bin gnu/man/man1 # gprof (XXX: and others?) cannot be built on all platforms # PLIST_VARS+= gprof ld +PLIST.gprof= # empty +PLIST.ld= # empty + .include "../../mk/bsd.prefs.mk" + .if ${OPSYS} != "IRIX" PLIST.gprof= yes EXTRA_FILES+= gprof .endif + .if ${OPSYS} != "SunOS" PLIST.ld= yes EXTRA_FILES+= ld -- cgit v1.2.3