From 7462a3827f639f578acd985b52395ffc9c146b8c Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 21 Jul 2002 17:02:04 +0000 Subject: Catch up to the new bsd.lib.mk API (these libs are not internal). --- security/pam_pwdfile/files/Makefile.bsd | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'security/pam_pwdfile/files') diff --git a/security/pam_pwdfile/files/Makefile.bsd b/security/pam_pwdfile/files/Makefile.bsd index 833b69f5e1cf..0a6f5c818254 100644 --- a/security/pam_pwdfile/files/Makefile.bsd +++ b/security/pam_pwdfile/files/Makefile.bsd @@ -1,14 +1,11 @@ # inspired from pam-pgsql port :-) SRCS= pam_pwdfile.c -LIB= pam_pwdfile -SHLIB_NAME=${LIB}.so +SHLIB_NAME= pam_pwdfile.so LDADD= -lpam -lcrypt CFLAGS+= -Wall -D_BSD_SOURCE -INTERNALLIB= - LIBDIR= ${LOCALBASE}/lib .include -- cgit v1.2.3