Module Name:    src
Committed By:   christos
Date:           Thu Sep 24 14:48:36 UTC 2015

Modified Files:
        src/external/bsd: Makefile

Log Message:
Hook up libproc and librtld_db into the build


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/external/bsd/Makefile

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

Modified files:

Index: src/external/bsd/Makefile
diff -u src/external/bsd/Makefile:1.48 src/external/bsd/Makefile:1.49
--- src/external/bsd/Makefile:1.48	Sun Jan 25 10:47:19 2015
+++ src/external/bsd/Makefile	Thu Sep 24 10:48:36 2015
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.48 2015/01/25 15:47:19 christos Exp $
+#	$NetBSD: Makefile,v 1.49 2015/09/24 14:48:36 christos Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR=	acpica am-utils bind byacc cron dhcpcd ekermit elftosb \
 	fetch file flex less \
-	libarchive libevent liblzf libpcap mdocml ntp openresolv tcpdump \
-	tmux top tre wpa
+	libarchive libevent liblzf libpcap libproc librtld_db mdocml \
+	ntp openresolv tcpdump tmux top tre wpa
 
 .if (${MKATF} != "no")
 SUBDIR+= atf

Reply via email to