]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libpam/modules/pam_opieaccess/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libpam / modules / pam_opieaccess / Makefile
1 # $FreeBSD$
2
3 LIB=    pam_opieaccess
4 SRCS=   ${LIB}.c
5 MAN=    pam_opieaccess.8
6
7 DPADD=  ${LIBOPIE}
8 LDADD=  -lopie
9
10 .include <bsd.lib.mk>