svn commit: r275103 - head/lib/libpam/libpam/tests

Baptiste Daroussin bapt at FreeBSD.org
Wed Nov 26 08:09:45 UTC 2014


Author: bapt
Date: Wed Nov 26 08:09:44 2014
New Revision: 275103
URL: https://svnweb.freebsd.org/changeset/base/275103

Log:
  Convert to LIBADD

Modified:
  head/lib/libpam/libpam/tests/Makefile

Modified: head/lib/libpam/libpam/tests/Makefile
==============================================================================
--- head/lib/libpam/libpam/tests/Makefile	Wed Nov 26 06:54:17 2014	(r275102)
+++ head/lib/libpam/libpam/tests/Makefile	Wed Nov 26 08:09:44 2014	(r275103)
@@ -13,7 +13,6 @@ SRCS.${test} = ${test}.c ${COMMONSRC}
 CFLAGS +=-I${OPENPAM}/include -I${OPENPAM}/lib/libpam -I${OPENPAM}/t
 WARNS ?= 6
 
-DPADD = ${LIBPAM}
-LDADD = ${MINUSLPAM}
+LIBADD =	pam
 
 .include <bsd.test.mk>


More information about the svn-src-head mailing list