]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - lib/libpam/modules/pam_exec/Makefile
Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.
[FreeBSD/releng/9.3.git] / lib / libpam / modules / pam_exec / Makefile
1 # $FreeBSD$
2
3 LIB=    pam_exec
4 SRCS=   pam_exec.c
5 MAN=    pam_exec.8
6
7 WARNS?= 1
8
9 .include <bsd.lib.mk>