Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/su add DPADD
details: https://anonhg.NetBSD.org/src/rev/b18ad0fd918f
branches: trunk
changeset: 572573:b18ad0fd918f
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Jan 08 09:54:36 2005 +0000
description:
add DPADD
diffstat:
usr.bin/su/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 3c18a8e61467 -r b18ad0fd918f usr.bin/su/Makefile
--- a/usr.bin/su/Makefile Sat Jan 08 09:53:38 2005 +0000
+++ b/usr.bin/su/Makefile Sat Jan 08 09:54:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/01/07 22:34:20 manu Exp $
+# $NetBSD: Makefile,v 1.36 2005/01/08 09:54:36 lukem Exp $
# from: @(#)Makefile 8.1 (Berkeley) 7/19/93
.include <bsd.own.mk>
@@ -53,5 +53,6 @@
.if (${USE_PAM} != "no")
CPPFLAGS+=-DUSE_PAM
+DPADD+= ${LIBPAM}
LDADD+= -lpam
.endif
Home |
Main Index |
Thread Index |
Old Index