Home | History | Annotate | Line # | Download | only in pam_group
      1  1.5       mrg #	$NetBSD: Makefile,v 1.5 2008/10/27 07:57:41 mrg Exp $
      2  1.1  christos # $FreeBSD: src/lib/libpam/modules/pam_group/Makefile,v 1.1 2003/02/06 14:27:48 des Exp $
      3  1.1  christos 
      4  1.3     lukem NOLINT=		# don't build a lint library
      5  1.3     lukem NOPROFILE=	# don't build a profile library
      6  1.3     lukem NOPICINSTALL=	# don't install _pic.a library
      7  1.3     lukem 
      8  1.3     lukem .include <bsd.own.mk>
      9  1.3     lukem 
     10  1.1  christos LIB=		pam_group
     11  1.1  christos SRCS=		pam_group.c
     12  1.1  christos MAN=		pam_group.8
     13  1.1  christos 
     14  1.5       mrg LIBDPLIBS+=	util	${.CURDIR}/../../../libutil \
     15  1.4       mrg 		crypt	${.CURDIR}/../../../libcrypt
     16  1.3     lukem 
     17  1.2  christos .include "${.CURDIR}/../mod.mk"
     18