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 # libcom_err must be built before libkrb and libpam.
9 # libcrypt must be built before libkrb, libpam and libskey.
10 # libmd must be built before libatm, libopie, libradius, libskey, and
12 # libncurses must be built before libdialog, libedit and libreadline.
13 # libradius must be built before libpam.
14 # libskey must be built before libpam.
15 # libtacplus must be built before libpam.
16 # libutil must be built before libpam.
17 # libsbuf must be built before libcam.
18 # libthread_xu must be built before libpthread.
19 # ${_libc_r} must be built before libpthread.
21 # Otherwise, the SUBDIR list should be in alphabetical order.
23 SUBDIR
= libarchive libbluetooth libcom_err libcrypt libm libmd \
24 libncurses libradius libskey libtacplus libutil libsbuf \
25 libalias libatm
${_libbind} ${_libbind9} libbz2 libc
${_libc_r} \
26 libcalendar libcam libcompat libdevinfo libdevstat libedit libevent libfetch \
27 libftpio libipsec libipx libisc libkcore libkinfo libkvm libmagic \
28 ${_libmilter} ${_libncp} libnetgraph libopie libpam \
29 libpcap libposix1e libsdp libthread_xu libpthread librpcsvc
${_libsm} \
30 ${_libsmb} ${_libsmdb} ${_libsmutil} libstand libtelnet libusbhid \
31 ${_libvgl} libwrap libxpg4 liby libz i18n_module pam_module \
34 .if exists
(${.CURDIR
}/compat
/${MACHINE_ARCH}/Makefile
)
35 SUBDIR
+= compat
/${MACHINE_ARCH}
38 .if
!defined
(NO_LIBC_R
)
47 .if
!defined
(NO_SENDMAIL
)
54 .if
${MACHINE_ARCH} == "i386"
60 .
include <bsd.subdir.mk
>