NetBSD/share/mk
he 8e8728c45c Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling
with MKPIC=no, possibly because the target does not support shared
libraries, these include libraries required to resolve all symbols
which end up referenced from PAM-using applications.  The libraries
presently required are -lcrypt, -lrpcsvc and -lutil.

Add use of these variables which are currently set up to use PAM,
so that they compile when MKPIC=no.

Also, in the telnetd case, reorder the order of the libraries, so
that libtelnet.a comes before -ltermcap and -lutil, again to fix
link error when MKPIC=no.

Discussed with thorpej and christos.
2005-03-04 20:41:08 +00:00
..
Makefile
bsd.README Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs, 2005-02-22 14:39:58 +00:00
bsd.dep.mk remove AINC support; it is now unnecessary 2004-04-18 04:32:51 +00:00
bsd.doc.mk
bsd.endian.mk
bsd.files.mk In UUDECODE_FILES, always use -p to a temporary file and then rename 2004-05-17 12:58:17 +00:00
bsd.gcc.mk
bsd.hostlib.mk Be consistent in handling YHEADER, similar to Christos' fix in bsd.lib.mk 1.253 2004-06-10 00:29:58 +00:00
bsd.hostprog.mk Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
bsd.inc.mk Add a missing .PHONY. 2004-07-06 12:07:34 +00:00
bsd.info.mk
bsd.init.mk
bsd.kernobj.mk
bsd.kinc.mk
bsd.kmod.mk Be consistent in handling YHEADER, similar to Christos' fix in bsd.lib.mk 1.253 2004-06-10 00:29:58 +00:00
bsd.lib.mk Revert previous (1.258): we don't want to link .so libraries against 2005-01-10 02:42:34 +00:00
bsd.links.mk check for defined before checking for empty to ease a 1.6 transition 2004-06-25 02:05:39 +00:00
bsd.man.mk If USETOOLS != yes then depend on the system tmac directory, not DESTDIR since 2004-06-23 15:28:19 +00:00
bsd.nls.mk
bsd.obj.mk
bsd.own.mk Turn on PAM by default. Approved by core. 2005-02-28 02:28:09 +00:00
bsd.prog.mk Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling 2005-03-04 20:41:08 +00:00
bsd.rpc.mk Add rules for RPC_CLNTFILES; suggested by Ian Zagorskih 2004-05-12 16:38:01 +00:00
bsd.shlib.mk
bsd.subdir.mk Add MAKEDIRPREFIX shell macro to <bsd.own.mk>. 2004-04-13 12:25:03 +00:00
bsd.sys.mk Add support for WARNS=4 (-std=c99) 2005-02-20 01:31:44 +00:00
bsd.x11.mk + cleanup removal of -DUSE_NBSD_THREADLIB usage 2005-01-21 05:15:36 +00:00
sys.mk turn on -O2 for hppa. 2004-08-07 21:43:18 +00:00