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
_______________________________________________
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"

Reply via email to