6b129086dc
While here reduce a bit overlinking
10 lines
108 B
Makefile
10 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= pam_opieaccess
|
|
SRCS= ${LIB}.c
|
|
MAN= pam_opieaccess.8
|
|
|
|
LIBADD+= opie
|
|
|
|
.include <bsd.lib.mk>
|