1994-05-27 05:00:24 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1998-03-19 16:56:58 +00:00
|
|
|
|
|
|
|
# To satisfy shared library or ELF linkage when only the libraries being
|
|
|
|
# built are visible:
|
|
|
|
#
|
1998-09-02 15:02:18 +00:00
|
|
|
# csu must be built before all shared libaries for ELF.
|
2000-01-16 04:43:11 +00:00
|
|
|
# libcom_err must be built before libkrb, libpam and libss.
|
|
|
|
# libcrypt must be built before libkrb, libpam and libskey.
|
2000-05-02 14:16:19 +00:00
|
|
|
# msun must be built before libg++ and libstdc++.
|
2000-01-21 02:00:53 +00:00
|
|
|
# libmd must be built before libatm, libopie, libradius, libskey, and
|
|
|
|
# libtacplus.
|
1999-09-01 06:21:52 +00:00
|
|
|
# libncurses must be built before libdialog, libedit and libreadline.
|
2000-04-18 06:13:06 +00:00
|
|
|
# libopie must be built before libpam.
|
1998-11-20 02:03:45 +00:00
|
|
|
# libradius must be built before libpam.
|
|
|
|
# libskey must be built before libpam.
|
|
|
|
# libtacplus must be built before libpam.
|
2000-01-16 04:43:11 +00:00
|
|
|
# libutil must be built before libpam.
|
1998-03-19 16:56:58 +00:00
|
|
|
#
|
|
|
|
# Otherwise, the SUBDIR list should be in alphabetical order.
|
|
|
|
|
2000-12-28 10:32:02 +00:00
|
|
|
SUBDIR= ${_csu} libcom_err libcrypt msun libmd \
|
2000-01-17 01:32:39 +00:00
|
|
|
libncurses libradius libskey libtacplus libutil \
|
1999-11-30 04:22:25 +00:00
|
|
|
${_compat} libalias libatm ${_libbind} libc ${_libc_r} libcalendar \
|
|
|
|
libcam libcompat libdevstat libdisk libedit libfetch libform \
|
2000-10-24 20:10:25 +00:00
|
|
|
libftpio libgnumalloc ${_libio} libipsec libipx libisc libkvm libmenu \
|
2000-01-06 12:40:54 +00:00
|
|
|
${_libncp} \
|
2000-01-15 19:47:01 +00:00
|
|
|
libnetgraph libopie libpam libpanel libpcap \
|
2000-10-10 18:32:38 +00:00
|
|
|
libposix1e libresolv librpcsvc libsmdb libsmutil libss \
|
2000-07-02 14:54:22 +00:00
|
|
|
libstand ${_libtelnet} libusb ${_libvgl} libwrap libxpg4 liby libz
|
1994-05-27 05:00:24 +00:00
|
|
|
|
1998-08-30 01:57:55 +00:00
|
|
|
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
|
|
|
|
_csu=csu/${MACHINE_ARCH}-${OBJFORMAT}
|
2001-02-10 07:07:09 +00:00
|
|
|
.elif exists(${.CURDIR}/csu/${MACHINE_ARCH}/Makefile)
|
1998-03-19 16:56:58 +00:00
|
|
|
_csu=csu/${MACHINE_ARCH}
|
2001-02-10 07:07:09 +00:00
|
|
|
.else
|
|
|
|
_csu=csu
|
1998-01-09 19:46:30 +00:00
|
|
|
.endif
|
|
|
|
|
1998-03-08 23:24:05 +00:00
|
|
|
.if !defined(NOLIBC_R)
|
1998-03-19 16:56:58 +00:00
|
|
|
_libc_r= libc_r
|
1998-03-08 23:24:05 +00:00
|
|
|
.endif
|
1997-04-12 07:06:08 +00:00
|
|
|
|
1999-11-30 06:13:10 +00:00
|
|
|
.if !defined(NO_BIND)
|
1999-11-30 04:22:25 +00:00
|
|
|
_libbind= libbind
|
|
|
|
.endif
|
|
|
|
|
1998-03-19 16:56:58 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1998-08-22 14:31:39 +00:00
|
|
|
_compat= compat
|
1999-10-14 06:40:46 +00:00
|
|
|
_libncp= libncp
|
1998-03-19 16:56:58 +00:00
|
|
|
_libvgl= libvgl
|
1998-05-13 22:54:03 +00:00
|
|
|
.endif
|
1998-03-19 16:56:58 +00:00
|
|
|
|
1998-12-17 23:02:11 +00:00
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
|
|
|
_libio= libio
|
2001-02-10 07:07:09 +00:00
|
|
|
_compat= compat
|
1998-12-17 23:02:11 +00:00
|
|
|
.endif
|
|
|
|
|
1999-10-07 20:02:45 +00:00
|
|
|
.if defined(RELEASEDIR) || \
|
|
|
|
(!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \
|
1998-03-19 16:56:58 +00:00
|
|
|
defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
|
|
|
|
_libtelnet= libtelnet
|
|
|
|
.endif
|
1996-12-23 05:07:37 +00:00
|
|
|
|
1994-05-27 05:00:24 +00:00
|
|
|
.include <bsd.subdir.mk>
|