mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04: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>
|