summaryrefslogtreecommitdiff
path: root/mk/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'mk/compiler')
-rw-r--r--mk/compiler/f2c.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/f2c.mk b/mk/compiler/f2c.mk
index 0e72f22dd2b..78a8c58191e 100644
--- a/mk/compiler/f2c.mk
+++ b/mk/compiler/f2c.mk
@@ -1,4 +1,4 @@
-# $NetBSD: f2c.mk,v 1.8 2006/12/15 12:46:24 martti Exp $
+# $NetBSD: f2c.mk,v 1.9 2007/01/16 17:16:20 dmcmahill Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -79,7 +79,7 @@ _F2C_VARS= # empty
PKG_FC?= ${FC}
_F2C_VARS+= FC
_F2C_FC:= ${_F2C_DIR}/bin/${PKG_FC:T}
-_ALIASES.FC+= f77 f2c-f77
+_ALIASES.FC+= f77 g77 f2c-f77
FCPATH= ${_F2CBASE}/bin/f2c-f77
PKG_FC:= ${_F2C_FC}
#