Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib Move libpam until after everything that it depends upon.



details:   https://anonhg.NetBSD.org/src/rev/d24c39f45b8b
branches:  trunk
changeset: 572312:d24c39f45b8b
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Dec 29 15:49:42 2004 +0000

description:
Move libpam until after everything that it depends upon.
Fixes build that starts with empty OBJ and DEST dirs.

diffstat:

 lib/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r ca7c61dce110 -r d24c39f45b8b lib/Makefile
--- a/lib/Makefile      Wed Dec 29 15:04:06 2004 +0000
+++ b/lib/Makefile      Wed Dec 29 15:49:42 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.91 2004/12/29 04:16:46 christos Exp $
+#      $NetBSD: Makefile,v 1.92 2004/12/29 15:49:42 lukem Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -7,7 +7,7 @@
        libcurses libedit libevent libform libintl libkvm libl libm libmagic \
        libmenu libossaudio libpcap libpci libpmc libposix libpthread \
        libpthread_dbg libresolv librmt librpcsvc librt libterm libusbhid \
-       libutil libwrap liby libz .WAIT libpam
+       libutil libwrap liby libz
 
 .if (${MKSKEY} != "no")
 SUBDIR+= libskey
@@ -68,4 +68,6 @@
 SUBDIR+=       libkrb
 .endif
 
+SUBDIR+=       .WAIT libpam
+
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index