freebsd-dev/lib/libpam/modules/pam_echo/Makefile
Dag-Erling Smørgrav f65b218085 Just to show that PAM can do almost anything from the ridiculous to the
obscene, or - as they say in New York - sophisticated, add pam_echo(8) and
pam_exec(8) to our ever-lengthening roster of PAM modules.

Sponsored by:	DARPA, NAI Labs.
2002-05-23 22:03:06 +00:00

8 lines
86 B
Makefile

# $FreeBSD$
LIB= pam_echo
SRCS= pam_echo.c
MAN= pam_echo.8
.include <bsd.lib.mk>