Make devd shared now that libc++ is in /lib

Commit 5e6a2d6eb2 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
This commit is contained in:
Ed Maste 2021-11-25 17:41:50 -05:00
parent 2ee1a18d51
commit 8214b9d65a

View File

@ -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