Module Name:    src
Committed By:   christos
Date:           Thu Sep 24 14:49:03 UTC 2015

Modified Files:
        src/lib: Makefile

Log Message:
Hook up libproc and librtld_db into the build


To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.228 src/lib/Makefile:1.229
--- src/lib/Makefile:1.228	Tue Sep 22 09:26:14 2015
+++ src/lib/Makefile	Thu Sep 24 10:49:03 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.228 2015/09/22 13:26:14 joerg Exp $
+#	$NetBSD: Makefile,v 1.229 2015/09/24 14:49:03 christos Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -104,6 +104,8 @@ SUBDIR+=	../external/lgpl3/mpc/lib/libmp
 #==================== 1st library dependency barrier ====================
 SUBDIR+=	.WAIT
 
+SUBDIR+=	../external/bsd/librtld_db/lib		# depends on libutil
+
 .if ${MKDTRACE} != "no" || ${MKCTF} != "no"
 SUBDIR+=        ../external/cddl/osnet/lib/libctf
 .endif
@@ -207,6 +209,7 @@ SUBDIR+=	../crypto/external/bsd/netpgp/l
 .endif
 
 SUBDIR+=	../external/bsd/libevent/lib	# depends on libcrypto
+SUBDIR+=	../external/bsd/libproc/lib	# depends on libstdc++, libctf
 SUBDIR+=	../external/bsd/fetch/lib	# depends on libssl
 
 .if (${MKLDAP} != "no")

Reply via email to