From 75ababf8b51470880bdb37e1f3d417989f25ff20 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 6 Feb 2020 17:51:48 +0000 Subject: [PATCH] Restore missing comment I was overly agressive about removing the entire comment. It was still valid, except the part about being only for some architectures. Reviewed by: emaste Differenial Revision: https://reviews.freebsd.org/D23523 --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index 5433eb95820..4f7aaae6d65 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2912,6 +2912,7 @@ _cddl_lib_libctf= cddl/lib/libctf _cddl_lib= cddl/lib cddl/lib/libctf__L: lib/libz__L .endif +# cddl/lib/libdtrace requires lib/libproc and lib/librtld_db _prebuild_libs+= lib/libprocstat lib/libproc lib/librtld_db lib/libprocstat__L: lib/libelf__L lib/libkvm__L lib/libutil__L lib/libproc__L: lib/libprocstat__L