mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 21:32:58 +00:00
Fixed SUBDIR order (libm is no longer a prerequisite for libtcl).
This commit is contained in:
parent
8994ca3ce9
commit
54020d8a7b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38910
@ -1,5 +1,5 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
# $Id: Makefile,v 1.75 1998/09/02 15:02:18 bde Exp $
|
||||
# $Id: Makefile,v 1.76 1998/09/05 12:25:53 asami Exp $
|
||||
|
||||
# To satisfy shared library or ELF linkage when only the libraries being
|
||||
# built are visible:
|
||||
@ -12,10 +12,10 @@
|
||||
#
|
||||
# Otherwise, the SUBDIR list should be in alphabetical order.
|
||||
|
||||
SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmytinfo libtermcap \
|
||||
SUBDIR= ${_csu} libcom_err ${_libcrypt} libmytinfo libtermcap \
|
||||
${_compat} libalias libbind libc ${_libc_r} libcalendar \
|
||||
libcompat libcurses ${_libdisk} libedit libf2c libfetch libftpio \
|
||||
libgnumalloc libipx libkvm libmd libncurses libopie \
|
||||
libgnumalloc libipx libkvm ${_libm} libmd libncurses libopie \
|
||||
libpcap libresolv librpcsvc ${_libscsi} libskey libss libstand \
|
||||
${_libtelnet} libutil ${_libvgl} libxpg4 liby libz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user