7f03a257ac
(I've tried to keep to the spirit of the original formatting) Reviewed by: des
11 lines
126 B
Makefile
11 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= pam_opieaccess
|
|
SRCS= ${LIB}.c
|
|
MAN= pam_opieaccess.8
|
|
|
|
DPADD= ${LIBOPIE}
|
|
LDADD= -lopie
|
|
|
|
.include <bsd.lib.mk>
|