summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/acpi/acpidump/Makefile3
-rw-r--r--usr/src/cmd/acpi/acpixtract/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/acpi/acpidump/Makefile b/usr/src/cmd/acpi/acpidump/Makefile
index f5bdff70c2..35a352d851 100644
--- a/usr/src/cmd/acpi/acpidump/Makefile
+++ b/usr/src/cmd/acpi/acpidump/Makefile
@@ -9,6 +9,7 @@
# http://www.illumos.org/license/CDDL.
#
# Copyright 2016 Joyent, Inc.
+# Copyright 2016 RackTop Systems.
#
PROG= acpidump
@@ -29,7 +30,7 @@ CPPFLAGS += -I$(SRC)/uts/intel/sys/acpi -DACPI_DUMP_APP
all: $(PROG)
$(PROG): $(OBJS)
- $(LINK.c) -o $@ $(OBJS) ../common/acpi.a
+ $(LINK.c) -o $@ $(OBJS) ../common/acpi.a $(LDLIBS)
$(POST_PROCESS)
install: all $(ROOTUSRSBINPROG)
diff --git a/usr/src/cmd/acpi/acpixtract/Makefile b/usr/src/cmd/acpi/acpixtract/Makefile
index 7ec08f9ab5..deba09c0cc 100644
--- a/usr/src/cmd/acpi/acpixtract/Makefile
+++ b/usr/src/cmd/acpi/acpixtract/Makefile
@@ -9,6 +9,7 @@
# http://www.illumos.org/license/CDDL.
#
# Copyright 2016 Joyent, Inc.
+# Copyright 2016 RackTop Systems.
#
PROG= acpixtract
@@ -28,7 +29,7 @@ CPPFLAGS += -I$(SRC)/uts/intel/sys/acpi -DACPI_XTRACT_APP
all: $(PROG)
$(PROG): $(OBJS)
- $(LINK.c) -o $@ $(OBJS) ../common/acpi.a
+ $(LINK.c) -o $@ $(OBJS) ../common/acpi.a $(LDLIBS)
$(POST_PROCESS)
install: all $(ROOTUSRSBINPROG)