summaryrefslogtreecommitdiff
path: root/usr/src/cmd/powertop/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/powertop/Makefile.com')
-rw-r--r--usr/src/cmd/powertop/Makefile.com4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/powertop/Makefile.com b/usr/src/cmd/powertop/Makefile.com
index 441cefcbbc..37a1434c04 100644
--- a/usr/src/cmd/powertop/Makefile.com
+++ b/usr/src/cmd/powertop/Makefile.com
@@ -21,6 +21,7 @@
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
PROG = powertop
@@ -43,6 +44,9 @@ CFLAGS += $(CCVERBOSE)
CFLAGS64 += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
+
+SMOFF += free
+
LDLIBS += -lcurses -ldtrace -lkstat
FILEMODE = 0555