aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-05-03 17:54:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-05-03 17:54:59 +0000
commit7c2a64c438c5228da578f5d142da07e8e667b271 (patch)
tree8d4c1dcc68cf17e614198a7c946080c24ae15768 /Makefile.inc1
parent6263933e7a30b44b6a2ab59d5d84a42d9f1ea78c (diff)
downloadsrc-7c2a64c438c5228da578f5d142da07e8e667b271.tar.gz
src-7c2a64c438c5228da578f5d142da07e8e667b271.zip
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 658dc104906d..979faba01b3a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.74 1999/04/20 05:33:07 jkoshy Exp $
+# $Id: Makefile.inc1,v 1.75 1999/05/02 15:23:55 markm Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -14,6 +14,7 @@
# -DNOSHARE do not go into share subdir
# -DNOINFO do not make or install info files
# -DNOLIBC_R do not build libc_r.
+# -DNO_FORTRAN do not build g77 and related libraries.
# LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list
#