Sync usage with man page.
[netbsd-mini2440.git] / lib / libpam / modules / pam_group / Makefile
blobacaa10b69d55b04859727ca105d617701810a776
1 # $NetBSD: Makefile,v 1.4 2008/10/27 07:48:27 mrg Exp $
2 # $FreeBSD: src/lib/libpam/modules/pam_group/Makefile,v 1.1 2003/02/06 14:27:48 des Exp $
4 NOLINT= # don't build a lint library
5 NOPROFILE= # don't build a profile library
6 NOPICINSTALL= # don't install _pic.a library
8 .include <bsd.own.mk>
10 LIB= pam_group
11 SRCS= pam_group.c
12 MAN= pam_group.8
14 LIBDPLIBS+= util ${.CURDIR}/../../../libutil \
15 crypt ${.CURDIR}/../../../libcrypt
17 .include "${.CURDIR}/../mod.mk"