From 8214b9d65a1362ec56801ea55446e2bd04b34a2a Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 25 Nov 2021 17:41:50 -0500 Subject: [PATCH] Make devd shared now that libc++ is in /lib Commit 5e6a2d6eb220 moved libc++ from /usr/lib to /lib, so we no longer have an interval during boot when it is not available (before /usr is mounted). We no longer need to force devd to be statically linked. Reviewed by: jhb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37409 --- sbin/devd/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 5caccbe6eb61..618dd032656b 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -35,8 +35,6 @@ PROG_CXX=devd SRCS= devd.cc token.l parse.y y.tab.h MAN= devd.8 devd.conf.5 -NO_SHARED?=YES - LIBADD= util YFLAGS+=-v