NetBSD/usr.bin/passwd
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 Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling 2005-03-04 20:41:08 +00:00
extern.h Magor rework of passwd(1) for the PAM case. Add "-d <database>" option, 2005-02-26 07:19:25 +00:00
kpasswd.1 infomration -> information. 2005-02-28 10:37:34 +00:00
krb5_passwd.c Magor rework of passwd(1) for the PAM case. Add "-d <database>" option, 2005-02-26 07:19:25 +00:00
local_passwd.c Magor rework of passwd(1) for the PAM case. Add "-d <database>" option, 2005-02-26 07:19:25 +00:00
pam_passwd.c Magor rework of passwd(1) for the PAM case. Add "-d <database>" option, 2005-02-26 07:19:25 +00:00
passwd.1 YP password -> NIS password. Ok'd by thorpej. 2005-02-28 15:19:59 +00:00
passwd.c Magor rework of passwd(1) for the PAM case. Add "-d <database>" option, 2005-02-26 07:19:25 +00:00
yp_passwd.c Magor rework of passwd(1) for the PAM case. Add "-d <database>" option, 2005-02-26 07:19:25 +00:00
yppasswd.1 infomration -> information. 2005-02-28 10:37:34 +00:00