summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-05 05:08:39 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-05 05:08:39 +0000
commit52c4733db8b18bb81c0cfeef7f0c171d7eb97b59 (patch)
tree8bc16bcce36d94d013abbde076966556049c16ba
parentImport of ftnchek, a lint-like program for Fortran 77. (diff)
Activate ftnchek.
Notes
Notes: svn path=/head/; revision=10854
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 2d36bf5d10e7..347578ee773c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.101 1998/05/02 02:37:41 mph Exp $
+# $Id: Makefile,v 1.102 1998/05/02 17:59:08 mph Exp $
#
SUBDIR += ElectricFence
@@ -24,6 +24,7 @@
SUBDIR += dmake
SUBDIR += f77flow
SUBDIR += fpp
+ SUBDIR += ftnchek
SUBDIR += gcc11
SUBDIR += gdb
SUBDIR += gdbtk