svn commit: r228065 - head/lib/libpam/modules/pam_unix

Max Khon fjoe at FreeBSD.org
Mon Nov 28 14:01:18 UTC 2011


Author: fjoe
Date: Mon Nov 28 14:01:17 2011
New Revision: 228065
URL: http://svn.freebsd.org/changeset/base/228065

Log:
  .include <bsd.init.mk> instead of <bsd.own.mk>
  
  The former allows common settings from ../Makefile.inc to be used.

Modified:
  head/lib/libpam/modules/pam_unix/Makefile

Modified: head/lib/libpam/modules/pam_unix/Makefile
==============================================================================
--- head/lib/libpam/modules/pam_unix/Makefile	Mon Nov 28 13:42:59 2011	(r228064)
+++ head/lib/libpam/modules/pam_unix/Makefile	Mon Nov 28 14:01:17 2011	(r228065)
@@ -34,9 +34,7 @@
 #
 # $FreeBSD$
 
-NO_PROFILE=
-NO_INSTALLLIB=
-.include <bsd.own.mk>
+.include <bsd.init.mk>
 
 LIB=	pam_unix
 SRCS=	pam_unix.c


More information about the svn-src-all mailing list