summaryrefslogtreecommitdiff
path: root/mk/compiler/xlc.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-22 00:14:17 +0000
committerrillig <rillig@pkgsrc.org>2006-10-22 00:14:17 +0000
commit4b4898f8a755278a6f2dd9b3de021402c962cfb1 (patch)
treeb2fa4089e376ace259c763dfdf138f18c2960950 /mk/compiler/xlc.mk
parent3ae0551e9830a0c6b9f8d4e03c462de72ff97af0 (diff)
downloadpkgsrc-4b4898f8a755278a6f2dd9b3de021402c962cfb1.tar.gz
Added header comments.
Diffstat (limited to 'mk/compiler/xlc.mk')
-rw-r--r--mk/compiler/xlc.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/compiler/xlc.mk b/mk/compiler/xlc.mk
index 1d16bfbb4c2..4cae9ac59b7 100644
--- a/mk/compiler/xlc.mk
+++ b/mk/compiler/xlc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: xlc.mk,v 1.12 2005/01/12 22:58:29 grant Exp $
+# $NetBSD: xlc.mk,v 1.13 2006/10/22 00:14:17 rillig Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -34,6 +34,13 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
+# This is the compiler definition for IBM's XL C/C++ compiler suite.
+#
+# User-settable variables:
+#
+# XLCBASE
+# The base directory where the compiler is installed.
+#
.if !defined(COMPILER_XLC_MK)
COMPILER_XLC_MK= defined