mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
10 lines
153 B
Makefile
10 lines
153 B
Makefile
|
|
OPENPAM= ${SRCTOP}/contrib/openpam
|
|
.PATH: ${OPENPAM}/include ${OPENPAM}/bin/pamtest
|
|
|
|
PROG= pamtest
|
|
SRCS= pamtest.c
|
|
|
|
LIBADD= pam
|
|
|
|
.include <bsd.prog.mk>
|