History log of /netbsd-src/lib/libpam/modules/pam_unix/Makefile (Results 1 – 7 of 7)
Revision Date Author Comments
# fc9a1e8a 27-Oct-2008 mrg <mrg@NetBSD.org>

use LIBDPLIBS+= not =.


# 6b767a68 27-Oct-2008 mrg <mrg@NetBSD.org>

don't set LIBDPLIBS in libpam/modules/Makefile - it is not necessary
and it interferes with the compat lib build. don't use LIB_ROOT_DIR.


# 157353df 03-Jan-2005 lukem <lukem@NetBSD.org>

Set NOxxx before including <bsd.own.mk>; we can't rely upon ../mod.mk
in this situation.


# 178fb7b0 29-Dec-2004 lukem <lukem@NetBSD.org>

Use LIBDPLIBS to provide the list of libraries for the modules to depend
upon, because:
* it's MUCH quicker; no need to calculate the OBJDIRS of every library
we might require in every subdir.

Use LIBDPLIBS to provide the list of libraries for the modules to depend
upon, because:
* it's MUCH quicker; no need to calculate the OBJDIRS of every library
we might require in every subdir.
(make obj drops from 21s to 3s on my system.)
* it's more robust when building to a fresh DESTDIR.

show more ...


# bfc0dd3a 29-Dec-2004 christos <christos@NetBSD.org>

Link with libraries from the source build directory.


# e7d22a2e 12-Dec-2004 christos <christos@NetBSD.org>

- NetBSD build glue
- Warning fixes
- RCSID's


# 6f11bdf1 12-Dec-2004 christos <christos@NetBSD.org>

- Import freebsd's version of libpam as of today (20041212).
- Did not import opie, passwdqc, tacplus. We need to decide what to do
with them.
- Imported radius and ssh, although they will not work

- Import freebsd's version of libpam as of today (20041212).
- Did not import opie, passwdqc, tacplus. We need to decide what to do
with them.
- Imported radius and ssh, although they will not work until we
import libradius and re-structure our tree to install libssh.

show more ...