freebsd-dev/lib/libpam/modules/pam_opieaccess/Makefile
Dag-Erling Smørgrav f460490260 Add a new module, pam_opieaccess(8), which is responsible for checking
/etc/opieaccess and ~/.opiealways so we can decide what to do after
pam_opie(8) fails.

Sponsored by:	DARPA, NAI Labs
Reviewed by:	ache, markm
2002-01-21 13:43:53 +00:00

11 lines
152 B
Makefile

# $FreeBSD$
LIB= pam_opieaccess
SHLIB_NAME= ${LIB}.so
SRCS= ${LIB}.c
DPADD= ${LIBOPIE}
LDADD= -lopie
MAN= pam_opieaccess.8
.include <bsd.lib.mk>