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 # libcom_err must be built before libpam.
9 # libcrypt must be built before libpam.
10 # libmd must be built before libarchive, libatm, libopie, libradius, and libtacplus.
11 # libncurses must be built before libdialog and libedit.
12 # libradius must be built before libpam.
13 # libsbuf must be built before libcam.
14 # libtacplus must be built before libpam.
15 # libthread_xu must be built before libpthread.
16 # libutil must be built before libpam.
17 # libpthread must be built before libprop.
19 # Otherwise, the SUBDIR list should be in alphabetical order.
21 SUBDIR_ORDERED
= ${_libc_r} \
32 SUBDIR
= ${SUBDIR_ORDERED} \
98 .if exists
(${.CURDIR
}/compat
/${MACHINE_ARCH}/Makefile
)
99 SUBDIR
+= compat
/${MACHINE_ARCH}
102 .if
!defined
(NO_LIBC_R
)
106 .if
!defined
(NO_SENDMAIL
)
107 _libmilter
= libmilter
110 _libsmutil
= libsmutil
113 .if defined
(WANT_NETGRAPH7
)
114 _libnetgraph
= libnetgraph7
116 _libnetgraph
= libnetgraph
119 .if defined
(WANT_USB4BSD
)
121 _libusbhid
= libu4bhid
123 _libusbhid
= libusbhid
126 .
include <bsd.subdir.mk
>