History log of /netbsd-src/libexec/rexecd/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# 500db002 16-Mar-2009 lukem <lukem@NetBSD.org>

Default to WARNS=4
Exceptions that need a lower level are:
getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd
hpropd ipropd-master ipropd-slave kadmind kpasswdd


# 8e8728c4 04-Mar-2005 he <he@NetBSD.org>

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

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.

show more ...


# 62136d56 23-Feb-2005 christos <christos@NetBSD.org>

PAMify: From John Nemeth with fixes from me.


# 2268d2df 08-Oct-1997 mrg <mrg@NetBSD.org>

merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.


# da5c78b3 07-Oct-1997 mrg <mrg@NetBSD.org>

merge lite-2. WARNS?=1.


# ae9172d6 22-Dec-1994 cgd <cgd@NetBSD.org>

specify man pages the new way.


# 4b30c543 07-Oct-1993 cgd <cgd@NetBSD.org>

always use libcrypt


# cda4f8f6 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 811e6386 26-Apr-1993 cgd <cgd@NetBSD.org>

changed to use new libcrypt scheme.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources