7f03a257ac
(I've tried to keep to the spirit of the original formatting) Reviewed by: des
10 lines
94 B
Makefile
10 lines
94 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= pam_exec
|
|
SRCS= pam_exec.c
|
|
MAN= pam_exec.8
|
|
|
|
WARNS?= 0
|
|
|
|
.include <bsd.lib.mk>
|