summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-08-08 22:26:09 +0000
committerjdp <jdp@FreeBSD.org>1999-08-08 22:26:09 +0000
commit5d98db9c16512f7c3f9f77f0342777fce333b3ce (patch)
treea3d5538a4e111e0f330658eba143f820118dc958 /Makefile.inc1
parentc50b4b23946b7d59a9349ffbe5bb58beca2f862f (diff)
downloadFreeBSD-src-5d98db9c16512f7c3f9f77f0342777fce333b3ce.zip
FreeBSD-src-5d98db9c16512f7c3f9f77f0342777fce333b3ce.tar.gz
Remove f2c-related stuff from the "includes" target and from a
comment. Fixes broken make world.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4c97bf7..cd79174 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.79 1999/07/07 04:46:44 imp Exp $
+# $Id: Makefile.inc1,v 1.80 1999/08/06 00:58:41 jdp Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -611,7 +611,6 @@ includes:
cd ${.CURDIR}/lib/libvgl; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libwrap; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libz; ${MAKE} beforeinstall
- cd ${.CURDIR}/usr.bin/f2c; ${MAKE} beforeinstall
cd ${.CURDIR}/usr.bin/lex; ${MAKE} beforeinstall
#
@@ -671,7 +670,7 @@ lib-tools:
# libcrypt must be built before libskey and libkrb.
# libdes must be built before libpam.
# libkrb must be built before libpam.
-# libm must be built before libf2c and libstdc++.
+# libm must be built before libstdc++.
# libmd must be built before libatm, libopie, libradius, libskey,
# libtacplus and libcrypt.
# libmytinfo must be built before libdialog and libncurses.
OpenPOWER on IntegriCloud