diff options
| author | mrg <mrg@NetBSD.org> | 2008-10-27 07:57:41 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2008-10-27 07:57:41 +0000 |
| commit | fc9a1e8a64dfb1de9bf9481bf7a3746711f0fdb2 (patch) | |
| tree | 0b26b7cfde09d4c732835465dbe8781b1d79ff13 /lib/libpam/modules | |
| parent | 6b767a6846285d7cfdac85d51d25933a76244aa4 (diff) | |
use LIBDPLIBS+= not =.
Diffstat (limited to 'lib/libpam/modules')
| -rw-r--r-- | lib/libpam/modules/pam_afslog/Makefile | 4 | ||||
| -rw-r--r-- | lib/libpam/modules/pam_group/Makefile | 4 | ||||
| -rw-r--r-- | lib/libpam/modules/pam_krb5/Makefile | 4 | ||||
| -rw-r--r-- | lib/libpam/modules/pam_ksu/Makefile | 4 | ||||
| -rw-r--r-- | lib/libpam/modules/pam_lastlog/Makefile | 4 | ||||
| -rw-r--r-- | lib/libpam/modules/pam_nologin/Makefile | 4 | ||||
| -rw-r--r-- | lib/libpam/modules/pam_radius/Makefile | 4 | ||||
| -rw-r--r-- | lib/libpam/modules/pam_skey/Makefile | 4 | ||||
| -rw-r--r-- | lib/libpam/modules/pam_ssh/Makefile | 4 | ||||
| -rw-r--r-- | lib/libpam/modules/pam_unix/Makefile | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/lib/libpam/modules/pam_afslog/Makefile b/lib/libpam/modules/pam_afslog/Makefile index 391e835b4a3..43ff7550446 100644 --- a/lib/libpam/modules/pam_afslog/Makefile +++ b/lib/libpam/modules/pam_afslog/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2008/10/27 07:48:27 mrg Exp $ +# $NetBSD: Makefile,v 1.4 2008/10/27 07:57:41 mrg Exp $ LIB= pam_afslog SRCS= pam_afslog.c MAN= pam_afslog.8 -LIBDPLIBS= krb5 ${.CURDIR}/../../../libkrb5 \ +LIBDPLIBS+= krb5 ${.CURDIR}/../../../libkrb5 \ kafs ${.CURDIR}/../../../libkafs \ asn1 ${.CURDIR}/../../../libasn1 \ roken ${.CURDIR}/../../../libroken \ diff --git a/lib/libpam/modules/pam_group/Makefile b/lib/libpam/modules/pam_group/Makefile index d302c38d477..ab031d24678 100644 --- a/lib/libpam/modules/pam_group/Makefile +++ b/lib/libpam/modules/pam_group/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/10/27 07:48:27 mrg Exp $ +# $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 @@ -11,7 +11,7 @@ LIB= pam_group SRCS= pam_group.c MAN= pam_group.8 -LIBDPLIBS= util ${.CURDIR}/../../../libutil \ +LIBDPLIBS+= util ${.CURDIR}/../../../libutil \ crypt ${.CURDIR}/../../../libcrypt .include "${.CURDIR}/../mod.mk" diff --git a/lib/libpam/modules/pam_krb5/Makefile b/lib/libpam/modules/pam_krb5/Makefile index 6b816ba1b6b..195e643b196 100644 --- a/lib/libpam/modules/pam_krb5/Makefile +++ b/lib/libpam/modules/pam_krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/10/27 07:48:27 mrg Exp $ +# $NetBSD: Makefile,v 1.8 2008/10/27 07:57:41 mrg Exp $ # Copyright 2001 FreeBSD, Inc. # All rights reserved. # @@ -29,7 +29,7 @@ LIB= pam_krb5 SRCS= pam_krb5.c MAN= pam_krb5.8 -LIBDPLIBS= krb5 ${.CURDIR}/../../../libkrb5 \ +LIBDPLIBS+= krb5 ${.CURDIR}/../../../libkrb5 \ asn1 ${.CURDIR}/../../../libasn1 \ roken ${.CURDIR}/../../../libroken \ com_err ${.CURDIR}/../../../libcom_err \ diff --git a/lib/libpam/modules/pam_ksu/Makefile b/lib/libpam/modules/pam_ksu/Makefile index 50022f01213..670f77b685b 100644 --- a/lib/libpam/modules/pam_ksu/Makefile +++ b/lib/libpam/modules/pam_ksu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/10/27 07:48:27 mrg Exp $ +# $NetBSD: Makefile,v 1.8 2008/10/27 07:57:41 mrg Exp $ # Copyright 2002 FreeBSD, Inc. # All rights reserved. # @@ -29,7 +29,7 @@ LIB= pam_ksu SRCS= pam_ksu.c MAN= pam_ksu.8 -LIBDPLIBS= krb5 ${.CURDIR}/../../../libkrb5 \ +LIBDPLIBS+= krb5 ${.CURDIR}/../../../libkrb5 \ asn1 ${.CURDIR}/../../../libasn1 \ roken ${.CURDIR}/../../../libroken \ com_err ${.CURDIR}/../../../libcom_err \ diff --git a/lib/libpam/modules/pam_lastlog/Makefile b/lib/libpam/modules/pam_lastlog/Makefile index 1ff2bb1dcaf..55757c3dc83 100644 --- a/lib/libpam/modules/pam_lastlog/Makefile +++ b/lib/libpam/modules/pam_lastlog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/10/27 07:48:27 mrg Exp $ +# $NetBSD: Makefile,v 1.8 2008/10/27 07:57:41 mrg Exp $ # Copyright 2001 Mark R V Murray # All rights reserved. # @@ -31,6 +31,6 @@ MAN= pam_lastlog.8 CPPFLAGS+=-DSUPPORT_UTMP -DSUPPORT_UTMPX -DLOGIN_CAP -LIBDPLIBS= util ${.CURDIR}/../../../libutil +LIBDPLIBS+= util ${.CURDIR}/../../../libutil .include "${.CURDIR}/../mod.mk" diff --git a/lib/libpam/modules/pam_nologin/Makefile b/lib/libpam/modules/pam_nologin/Makefile index f5a40cb9756..35059991a0c 100644 --- a/lib/libpam/modules/pam_nologin/Makefile +++ b/lib/libpam/modules/pam_nologin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/10/27 07:48:27 mrg Exp $ +# $NetBSD: Makefile,v 1.6 2008/10/27 07:57:41 mrg Exp $ # Copyright 2001 Mark R V Murray # All rights reserved. # @@ -29,6 +29,6 @@ LIB= pam_nologin SRCS= pam_nologin.c MAN= pam_nologin.8 -LIBDPLIBS= util ${.CURDIR}/../../../libutil +LIBDPLIBS+= util ${.CURDIR}/../../../libutil .include "${.CURDIR}/../mod.mk" diff --git a/lib/libpam/modules/pam_radius/Makefile b/lib/libpam/modules/pam_radius/Makefile index a50d135c684..9d7e7931338 100644 --- a/lib/libpam/modules/pam_radius/Makefile +++ b/lib/libpam/modules/pam_radius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/10/27 07:48:27 mrg Exp $ +# $NetBSD: Makefile,v 1.6 2008/10/27 07:57:41 mrg Exp $ # Copyright 1998 Juniper Networks, Inc. # All rights reserved. # @@ -31,6 +31,6 @@ MAN= pam_radius.8 WARNS= 0 # XXX: libradius doesn't exist yet -LIBDPLIBS= radius ${.CURDIR}/../../../libradius +LIBDPLIBS+= radius ${.CURDIR}/../../../libradius .include "${.CURDIR}/../mod.mk" diff --git a/lib/libpam/modules/pam_skey/Makefile b/lib/libpam/modules/pam_skey/Makefile index 5604c3d5604..06a0cfc3051 100644 --- a/lib/libpam/modules/pam_skey/Makefile +++ b/lib/libpam/modules/pam_skey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/10/27 07:48:27 mrg Exp $ +# $NetBSD: Makefile,v 1.3 2008/10/27 07:57:41 mrg Exp $ NOLINT= # don't build a lint library NOPROFILE= # don't build a profile library @@ -10,6 +10,6 @@ LIB= pam_skey SRCS= pam_skey.c MAN= pam_skey.8 -LIBDPLIBS= skey ${.CURDIR}/../../../libskey +LIBDPLIBS+= skey ${.CURDIR}/../../../libskey .include "${.CURDIR}/../mod.mk" diff --git a/lib/libpam/modules/pam_ssh/Makefile b/lib/libpam/modules/pam_ssh/Makefile index 58dd9fc0cf2..721dcdf277b 100644 --- a/lib/libpam/modules/pam_ssh/Makefile +++ b/lib/libpam/modules/pam_ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/10/27 07:48:27 mrg Exp $ +# $NetBSD: Makefile,v 1.7 2008/10/27 07:57:41 mrg Exp $ # PAM module for SSH # $FreeBSD: src/lib/libpam/modules/pam_ssh/Makefile,v 1.18 2004/08/06 07:27:04 cperciva Exp $ @@ -16,7 +16,7 @@ SRCS= pam_ssh.c CPPFLAGS+= -I${SSHSRC} -LIBDPLIBS= ssh ${.CURDIR}/../../../libssh \ +LIBDPLIBS+= ssh ${.CURDIR}/../../../libssh \ crypt ${.CURDIR}/../../../libcrypt \ crypto ${.CURDIR}/../../../libcrypto diff --git a/lib/libpam/modules/pam_unix/Makefile b/lib/libpam/modules/pam_unix/Makefile index 031cf272d5b..e905af510a6 100644 --- a/lib/libpam/modules/pam_unix/Makefile +++ b/lib/libpam/modules/pam_unix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/10/27 07:48:27 mrg Exp $ +# $NetBSD: Makefile,v 1.7 2008/10/27 07:57:42 mrg Exp $ # Copyright 1998 Juniper Networks, Inc. # All rights reserved. # Copyright (c) 2002 Networks Associates Technology, Inc. @@ -45,7 +45,7 @@ LIB= pam_unix SRCS= pam_unix.c MAN= pam_unix.8 -LIBDPLIBS= util ${.CURDIR}/../../../libutil \ +LIBDPLIBS+= util ${.CURDIR}/../../../libutil \ crypt ${.CURDIR}/../../../libcrypt .if (${USE_YP} != "no") |
