Makefile (fac91f241e762fe4b960eaadd828bfb7aa5025e7) Makefile (32d1ebac7757249368400bab8c257b8330089fc5)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4# To satisfy shared library or ELF linkage when only the libraries being
5# built are visible:
6#
7# csu must be built before all shared libaries for ELF.
8# libcom_err must be built before libss.

--- 6 unchanged lines hidden (view full) ---

15# libskey must be built before libpam.
16# libtacplus must be built before libpam.
17#
18# Otherwise, the SUBDIR list should be in alphabetical order.
19
20SUBDIR= ${_csu} libcom_err ${_libm} libmd ${_libcrypt} \
21 libncurses libradius libskey libtacplus \
22 ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4# To satisfy shared library or ELF linkage when only the libraries being
5# built are visible:
6#
7# csu must be built before all shared libaries for ELF.
8# libcom_err must be built before libss.

--- 6 unchanged lines hidden (view full) ---

15# libskey must be built before libpam.
16# libtacplus must be built before libpam.
17#
18# Otherwise, the SUBDIR list should be in alphabetical order.
19
20SUBDIR= ${_csu} libcom_err ${_libm} libmd ${_libcrypt} \
21 libncurses libradius libskey libtacplus \
22 ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \
23 libcompat libdevstat libdisk libedit libfetch \
24 libftpio libgnumalloc ${_libio} libipx libkvm libopie libpam \
25 libpcap libresolv librpcsvc libss libstand \
23 libcompat libdevstat libdisk libedit libfetch libform \
24 libftpio libgnumalloc ${_libio} libipx libkvm libmenu libopie libpam \
25 libpanel libpcap libresolv librpcsvc libss libstand \
26 ${_libtelnet} libutil ${_libvgl} libwrap libxpg4 liby libz
27
26 ${_libtelnet} libutil ${_libvgl} libwrap libxpg4 liby libz
27
28#SUBDIR+=libform libmenu libpanel
29
30.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
31_csu=csu/${MACHINE_ARCH}-${OBJFORMAT}
32.elif exists(${.CURDIR}/csu/${MACHINE_ARCH})
33_csu=csu/${MACHINE_ARCH}
34.endif
35
36.if !defined(NOLIBC_R)
37_libc_r= libc_r

--- 30 unchanged lines hidden ---
28.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
29_csu=csu/${MACHINE_ARCH}-${OBJFORMAT}
30.elif exists(${.CURDIR}/csu/${MACHINE_ARCH})
31_csu=csu/${MACHINE_ARCH}
32.endif
33
34.if !defined(NOLIBC_R)
35_libc_r= libc_r

--- 30 unchanged lines hidden ---