mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Enable the building of libpam. Move libradius and libtacplus up in
the list, because they are prerequisites for libpam.
This commit is contained in:
parent
3da08d4af1
commit
4820dc85d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41233
11
lib/Makefile
11
lib/Makefile
@ -1,5 +1,5 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
# $Id: Makefile,v 1.82 1998/10/13 16:48:43 bde Exp $
|
||||
# $Id: Makefile,v 1.83 1998/11/13 01:01:37 jdp Exp $
|
||||
|
||||
# To satisfy shared library or ELF linkage when only the libraries being
|
||||
# built are visible:
|
||||
@ -13,16 +13,17 @@
|
||||
# libmytinfo must be built before libdialog and libncurses.
|
||||
# libncurses must be built before libdialog.
|
||||
# libtermcap must be built before libcurses, libedit and libreadline.
|
||||
# libradius and libtacplus must be built before libpam.
|
||||
#
|
||||
# Otherwise, the SUBDIR list should be in alphabetical order.
|
||||
|
||||
SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd libmytinfo \
|
||||
libncurses libtermcap \
|
||||
libncurses libtermcap libradius libtacplus \
|
||||
${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \
|
||||
libcompat libcurses libdevstat libdisk libedit libf2c libfetch \
|
||||
libftpio libgnumalloc libipx libkvm libopie \
|
||||
libpcap libradius libresolv librpcsvc libskey libss libstand \
|
||||
libtacplus ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz
|
||||
libftpio libgnumalloc libipx libkvm libopie libpam \
|
||||
libpcap libresolv librpcsvc libskey libss libstand \
|
||||
${_libtelnet} libutil ${_libvgl} libxpg4 liby libz
|
||||
|
||||
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
|
||||
_csu=csu/${MACHINE_ARCH}-${OBJFORMAT}
|
||||
|
Loading…
Reference in New Issue
Block a user