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> _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"