summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-25 17:09:48 +0000
committerobrien <obrien@FreeBSD.org>1999-04-25 17:09:48 +0000
commitd0bc3cab3aa2ce75071d29c4592c811ccb2648d6 (patch)
tree14646a1cc95ea095f966927e4ea183432490b1e6 /gnu/usr.bin/cc/Makefile
parent6940406ec18a77f73b31f890526ab1963d028b05 (diff)
downloadFreeBSD-src-d0bc3cab3aa2ce75071d29c4592c811ccb2648d6.zip
FreeBSD-src-d0bc3cab3aa2ce75071d29c4592c811ccb2648d6.tar.gz
Hookup FORTRAN info docs.
Submitted by: Mark Murry
Diffstat (limited to 'gnu/usr.bin/cc/Makefile')
-rw-r--r--gnu/usr.bin/cc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile
index 16dffc1..79013fb 100644
--- a/gnu/usr.bin/cc/Makefile
+++ b/gnu/usr.bin/cc/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.12 1999/04/13 17:56:28 markm Exp $
+# $Id: Makefile,v 1.13 1999/04/18 09:34:01 obrien Exp $
#
# The order of some of these are rather important. Some depend on previous
@@ -10,6 +10,7 @@ SUBDIR= cc_tools cc_int cc_drv cpp cc1 cc cc1obj cc1plus c++ c++filt doc
.if !defined(NO_FORTRAN)
SUBDIR+= f77
SUBDIR+= f771
+SUBDIR+= f77doc
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud