mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
18 lines
468 B
Makefile
18 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/10/27 07:57:41 mrg 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 ${.CURDIR}/../../../libutil \
|
|
crypt ${.CURDIR}/../../../libcrypt
|
|
|
|
.include "${.CURDIR}/../mod.mk"
|