summaryrefslogtreecommitdiffstats
path: root/usr.bin/pamtest/Makefile
blob: 196830070de3c13d63e71eee4e3925123edce8f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

OPENPAM=	${.CURDIR}/../../contrib/openpam
.PATH: ${OPENPAM}/include ${OPENPAM}/bin/pamtest

PROG= pamtest
SRCS= pamtest.c
DPADD= ${LIBPAM}
LDADD= ${MINUSLPAM}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud