]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - usr.bin/pamtest/Makefile
Document r272078, addition of /usr/lib32/compat to the default
[FreeBSD/releng/10.1.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>