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