diff options
author | ru <ru@FreeBSD.org> | 2002-07-21 17:02:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-21 17:02:04 +0000 |
commit | 77e1eaeece0775bdf00fb53166ed46a3785de966 (patch) | |
tree | 97eb0d7fdc25538a26c409ed68c0eebdffee7a71 /security/pam_pwdfile | |
parent | 4c6d632238386ecd682d308d3778c339b8948e66 (diff) | |
download | FreeBSD-ports-77e1eaeece0775bdf00fb53166ed46a3785de966.zip FreeBSD-ports-77e1eaeece0775bdf00fb53166ed46a3785de966.tar.gz |
Catch up to the new bsd.lib.mk API (these libs are not internal).
Diffstat (limited to 'security/pam_pwdfile')
-rw-r--r-- | security/pam_pwdfile/files/Makefile.bsd | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/pam_pwdfile/files/Makefile.bsd b/security/pam_pwdfile/files/Makefile.bsd index 833b69f..0a6f5c8 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 <bsd.lib.mk> |