Page MenuHomeFreeBSD
Paste P539

Command-Line Input
ActivePublic

Authored by markj on Feb 24 2022, 6:39 PM.
Tags
None
Referenced Files
F37452865: Command-Line Input
Feb 24 2022, 6:39 PM
Subscribers
None
diff --git a/cddl/usr.bin/ctfconvert/Makefile b/cddl/usr.bin/ctfconvert/Makefile
index 78b65020452a..3795c27293d5 100644
--- a/cddl/usr.bin/ctfconvert/Makefile
+++ b/cddl/usr.bin/ctfconvert/Makefile
@@ -40,7 +40,7 @@ CFLAGS+= -I${SRCTOP}/sys/cddl/compat/opensolaris \
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
CFLAGS+= -DHAVE_ISSETUGID
-LIBADD= spl dwarf elf z pthread
+LIBADD= spl z dwarf elf pthread
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests