summaryrefslogtreecommitdiff
path: root/security/pam-pgsql
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-07-21 17:02:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-07-21 17:02:04 +0000
commit7462a3827f639f578acd985b52395ffc9c146b8c (patch)
tree96fcffb50f132671e9748cb3f82e0df14b43add4 /security/pam-pgsql
parentI forgot to add 2 new patchfiles :( (diff)
Catch up to the new bsd.lib.mk API (these libs are not internal).
Notes
Notes: svn path=/head/; revision=63316
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r--security/pam-pgsql/files/Makefile.bsd6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/pam-pgsql/files/Makefile.bsd b/security/pam-pgsql/files/Makefile.bsd
index a82da4d750ba..3a6aef7d9c65 100644
--- a/security/pam-pgsql/files/Makefile.bsd
+++ b/security/pam-pgsql/files/Makefile.bsd
@@ -3,16 +3,12 @@
.PATH: ${FILESDIR}
SRCS= pam_pgsql.c pam_get_pass.c pam_std_option.c pam_get_service.c
-LIB= pam_pgsql
-SHLIB_NAME=${LIB}.so
+SHLIB_NAME= pam_pgsql.so
LDADD= -lpam -L${LOCALBASE}/lib -lpq -lmd
CFLAGS+= -Wall -D_GNU_SOURCE -I${LOCALBASE}/include \
-I${LOCALBASE}/include/pgsql
-INTERNALLIB= we don't need no stinking static lib
-NOPROFILE= we don't need no profiling either
-
# Uncomment if you think, the lib should NOT go into /usr/lib directly:
# LIBDIR= ${LOCALBASE}/lib