]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/pamtest/Makefile
Apply upstream revision 3612ff6fcec0e3d1f2a598135fe12177c0419582:
[FreeBSD/releng/10.2.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>