Module Name: src Committed By: christos Date: Mon Sep 28 17:12:46 UTC 2015
Modified Files: src/external/bsd: Makefile Log Message: neither libproc or librtld_db require CTF To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 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.53 src/external/bsd/Makefile:1.54 --- src/external/bsd/Makefile:1.53 Fri Sep 25 07:38:12 2015 +++ src/external/bsd/Makefile Mon Sep 28 13:12:46 2015 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2015/09/25 11:38:12 christos Exp $ +# $NetBSD: Makefile,v 1.54 2015/09/28 17:12:46 christos Exp $ .include <bsd.own.mk> @@ -35,7 +35,7 @@ SUBDIR+= llvm .if (${MKPCC} != "no") SUBDIR+= pcc .endif -.if (${MKDTRACE} != "no" || ${MKCTF} != "no") +.if (${MKDTRACE} != "no") SUBDIR+= libproc SUBDIR+= librtld_db .endif