summaryrefslogtreecommitdiff
path: root/usr/src/lib/varpd/libvarpd/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/varpd/libvarpd/Makefile.com')
-rw-r--r--usr/src/lib/varpd/libvarpd/Makefile.com5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/varpd/libvarpd/Makefile.com b/usr/src/lib/varpd/libvarpd/Makefile.com
index dc51193367..7f45bd30e2 100644
--- a/usr/src/lib/varpd/libvarpd/Makefile.com
+++ b/usr/src/lib/varpd/libvarpd/Makefile.com
@@ -10,7 +10,7 @@
#
#
-# Copyright 2015 Joyent, Inc.
+# Copyright 2021 Joyent, Inc.
#
LIBRARY = libvarpd.a
@@ -32,7 +32,8 @@ include ../../../Makefile.lib
include ../../../Makefile.rootfs
LIBS = $(DYNLIB)
-LDLIBS += -lc -lavl -lumem -lidspace -lnvpair -lmd -lrename
+LDLIBS += -lc -lavl -lumem -lidspace -lnvpair -lmd -lrename \
+ -lbunyan
CPPFLAGS += -I../common
CERRWARN += -erroff=E_STRUCT_DERIVED_FROM_FLEX_MBR