1 # @(#)Makefile 8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/lib/Makefile,v 1.107.2.16 2002/10/10 19:24:35 kbyanc Exp $
4 # To satisfy shared library or ELF linkage when only the libraries being
7 # ${_libc_r} must be built before libpthread.
8 # libcrypt must be built before libpam.
9 # libmd must be built before libarchive, libopie, libradius, and libtacplus.
10 # libncurses must be built before libdialog and libedit.
11 # libradius must be built before libpam.
12 # libsbuf must be built before libcam.
13 # libtacplus must be built before libpam.
14 # libthread_xu must be built before libpthread.
15 # libutil must be built before libpam.
16 # libpthread must be built before libprop.
18 # Otherwise, the SUBDIR list should be in alphabetical order.
20 SUBDIR_ORDERED
= ${_libc_r} \
30 SUBDIR
= ${SUBDIR_ORDERED} \
94 SUBDIR
:= libc
${SUBDIR
:Nlibc
}
97 .if defined
(WANT_HAMMER2
)
101 .if
!defined
(NO_LIBC_R
)
105 .if defined
(WANT_NETGRAPH7
)
106 _libnetgraph
= libnetgraph7
108 _libnetgraph
= libnetgraph
111 .
include <bsd.subdir.mk
>