summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-12-30 12:06:08 +0000
committerbde <bde@FreeBSD.org>1998-12-30 12:06:08 +0000
commitc7d467927626147e8d643da13bfc62848f70f5de (patch)
treec58942e6d3159932215c56d7760b9563cad5eead /Makefile.inc1
parent64edc80b7a347c25a3d3bdaefc15aedb895fc913 (diff)
downloadFreeBSD-src-c7d467927626147e8d643da13bfc62848f70f5de.zip
FreeBSD-src-c7d467927626147e8d643da13bfc62848f70f5de.tar.gz
Backed out previous commit. It depends on a.out utilities and libraries
somehow being available even on pure elf systems.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc19
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8b501eb..b0ddc749 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.51 1998/12/28 17:03:50 peter Exp $
+# $Id: Makefile.inc1,v 1.52 1998/12/30 11:26:24 bde Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -677,11 +677,6 @@ _libm= lib/msun
_libperl= gnu/usr.bin/perl/libperl
.endif
-# biosboot is not a library, but must be built before libdisk.
-.if exists(sys/${MACHINE}/boot/biosboot)
-_biosboot= sys/${MACHINE}/boot/biosboot
-.endif
-
#
# bootstrap-libraries - build just enough libraries for the bootstrap
# tools, and install them under ${WORLDTMP}.
@@ -721,7 +716,7 @@ bootstrap-libraries:
libraries:
.for _lib in ${_csu} lib/libcom_err ${_libcrypt} ${_libm} lib/libmd \
lib/libmytinfo lib/libncurses lib/libtermcap \
- lib/libradius lib/libskey lib/libtacplus ${_biosboot} \
+ lib/libradius lib/libskey lib/libtacplus \
${_secure_lib} ${_kerberosIV_lib} \
gnu/lib gnu/usr.bin/cc/libgcc ${_libperl} lib usr.bin/lex/lib
.if exists(${.CURDIR}/${_lib})
OpenPOWER on IntegriCloud