mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
8 lines
82 B
Makefile
8 lines
82 B
Makefile
|
|
LIB= pam_exec
|
|
SRCS= pam_exec.c
|
|
MAN= pam_exec.8
|
|
|
|
WARNS?= 1
|
|
|
|
.include <bsd.lib.mk>
|