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 $
3 # $DragonFly: src/lib/Makefile,v 1.35 2008/09/30 12:20:29 hasso Exp $
5 # To satisfy shared library or ELF linkage when only the libraries being
8 # ${_libc_r} must be built before libpthread.
9 # libcom_err must be built before libpam.
10 # libcrypt must be built before libpam.
11 # libmd must be built before libarchive, libatm, libopie, libradius, and libtacplus.
12 # libncurses must be built before libdialog and libedit.
13 # libradius must be built before libpam.
14 # libsbuf must be built before libcam.
15 # libtacplus must be built before libpam.
16 # libthread_xu must be built before libpthread.
17 # libutil must be built before libpam.
18 # libpthread must be built before libprop.
20 # Otherwise, the SUBDIR list should be in alphabetical order.
22 SUBDIR_ORDERED
= ${_libc_r} \
33 SUBDIR
= ${SUBDIR_ORDERED} \
92 .if exists
(${.CURDIR
}/compat
/${MACHINE_ARCH}/Makefile
)
93 SUBDIR
+= compat
/${MACHINE_ARCH}
96 .if
!defined
(NO_LIBC_R
)
100 .if
!defined
(NO_SENDMAIL
)
101 _libmilter
= libmilter
104 _libsmutil
= libsmutil
107 .
include <bsd.subdir.mk
>