Deleted Added
full compact
Makefile (113997) Makefile (114279)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 113997 2003-04-25 01:34:43Z deischen $
2# $FreeBSD: head/lib/Makefile 114279 2003-04-30 07:13:50Z ru $
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 libkrb and libpam.
9# libcrypt must be built before libkrb and libpam.
10# libkvm must be built before libdevstat.

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

66.endif
67
68.if ${MACHINE_ARCH} == "alpha"
69_libio= libio
70_compat= compat
71.endif
72
73.if ${MACHINE_ARCH} != "powerpc"
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 libkrb and libpam.
9# libcrypt must be built before libkrb and libpam.
10# libkvm must be built before libdevstat.

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

66.endif
67
68.if ${MACHINE_ARCH} == "alpha"
69_libio= libio
70_compat= compat
71.endif
72
73.if ${MACHINE_ARCH} != "powerpc"
74_libdisk=libdisk
74_libdisk= libdisk
75.endif
76
77.if defined(RELEASEDIR) || \
78 (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \
79 defined(NOCRYPT) || \
80 (defined(NOSECURE) && !defined(MAKE_KERBEROS5))
81_libtelnet= libtelnet
82.endif
83
84.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) \
85 && !defined(NOSECURE)
86_libmp= libmp
87.endif
88
89.include <bsd.subdir.mk>
75.endif
76
77.if defined(RELEASEDIR) || \
78 (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \
79 defined(NOCRYPT) || \
80 (defined(NOSECURE) && !defined(MAKE_KERBEROS5))
81_libtelnet= libtelnet
82.endif
83
84.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) \
85 && !defined(NOSECURE)
86_libmp= libmp
87.endif
88
89.include <bsd.subdir.mk>