pam_group needs libutil & libcrypt

This commit is contained in:
lukem 2008-03-20 02:19:48 +00:00
parent 384b03ce27
commit 235fbd4ecb
1 changed files with 10 additions and 1 deletions

View File

@ -1,8 +1,17 @@
# $NetBSD: Makefile,v 1.2 2004/12/12 08:18:44 christos Exp $
# $NetBSD: Makefile,v 1.3 2008/03/20 02:19:48 lukem Exp $
# $FreeBSD: src/lib/libpam/modules/pam_group/Makefile,v 1.1 2003/02/06 14:27:48 des Exp $
NOLINT= # don't build a lint library
NOPROFILE= # don't build a profile library
NOPICINSTALL= # don't install _pic.a library
.include <bsd.own.mk>
LIB= pam_group
SRCS= pam_group.c
MAN= pam_group.8
LIBDPLIBS= util ${LIB_ROOT_DIR}/libutil \
crypt ${LIB_ROOT_DIR}/libcrypt
.include "${.CURDIR}/../mod.mk"