Date: Wed, 9 May 2001 07:23:59 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/libexec/telnetd Makefile Message-ID: <200105091423.f49ENxV89914@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2001/05/09 07:23:58 PDT
Modified files:
secure/libexec/telnetd Makefile
Log:
Fixed world breakage in previous commit. -lpam must never be used
directly (except in the definition of MINUSLPAM in bsd.libnames.mk)
since it doesn't give all the lbraries necessary for static linkage.
Fixed new and old bugs in DPADD. ${LIBPAM} was missing, and the
library order was different from that in LDADD so `make checkdpadd'
reported a non-bug.
Revision Changes Path
1.24 +5 -4 src/secure/libexec/telnetd/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105091423.f49ENxV89914>
