]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/pamtest/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / pamtest / Makefile
1 # $FreeBSD$
2
3 OPENPAM=        ${.CURDIR}/../../contrib/openpam
4 .PATH: ${OPENPAM}/include ${OPENPAM}/bin/pamtest
5
6 PROG= pamtest
7 SRCS= pamtest.c
8 DPADD= ${LIBPAM}
9 LDADD= ${MINUSLPAM}
10
11 .include <bsd.prog.mk>