svn commit: r256633 - projects/bmake/lib/libpam/static_modules

Simon J. Gerraty sjg at FreeBSD.org
Wed Oct 16 15:59:30 UTC 2013


Author: sjg
Date: Wed Oct 16 15:59:29 2013
New Revision: 256633
URL: http://svnweb.freebsd.org/changeset/base/256633

Log:
  Make sure we can find openpam_static.c

Modified:
  projects/bmake/lib/libpam/static_modules/Makefile

Modified: projects/bmake/lib/libpam/static_modules/Makefile
==============================================================================
--- projects/bmake/lib/libpam/static_modules/Makefile	Wed Oct 16 15:58:44 2013	(r256632)
+++ projects/bmake/lib/libpam/static_modules/Makefile	Wed Oct 16 15:59:29 2013	(r256633)
@@ -37,6 +37,7 @@
 
 OPENPAM=	${.CURDIR:H:H:H}/contrib/openpam
 .PATH: ${OPENPAM}/lib
+.PATH: ${OPENPAM}/lib/libpam
 
 all:
 


More information about the svn-src-projects mailing list