From 85c13d37e1ed9d2cdd7cfc572f676cce3aed0fc4 Mon Sep 17 00:00:00 2001 From: fjoe Date: Mon, 28 Nov 2011 14:01:17 +0000 Subject: [PATCH] .include instead of The former allows common settings from ../Makefile.inc to be used. --- lib/libpam/modules/pam_unix/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libpam/modules/pam_unix/Makefile b/lib/libpam/modules/pam_unix/Makefile index 7235a51e868c..ce66768b225c 100644 --- a/lib/libpam/modules/pam_unix/Makefile +++ b/lib/libpam/modules/pam_unix/Makefile @@ -34,9 +34,7 @@ # # $FreeBSD$ -NO_PROFILE= -NO_INSTALLLIB= -.include +.include LIB= pam_unix SRCS= pam_unix.c