summaryrefslogtreecommitdiff
path: root/usr/src/cmd/audio
diff options
context:
space:
mode:
authorAndrew Stormont <astormont@racktopsystems.com>2015-12-02 19:15:44 +0300
committerGordon Ross <gwr@nexenta.com>2015-12-09 19:07:12 -0500
commitd50bcaae2118610560f2b107d0d282315e47e4e4 (patch)
tree96726e64d7a4c95a7955a4d26f2f15090aa3fd2f /usr/src/cmd/audio
parent289f7e33e45aca289f5680be1d8c2df820ba61bc (diff)
downloadillumos-joyent-d50bcaae2118610560f2b107d0d282315e47e4e4.tar.gz
6492 Several commands/libraries build missing LDLIBS
Reviewed by: Robert Mustacci <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/cmd/audio')
-rw-r--r--usr/src/cmd/audio/audiotest/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/audio/audiotest/Makefile b/usr/src/cmd/audio/audiotest/Makefile
index 043b9eb2b8..789e9944bd 100644
--- a/usr/src/cmd/audio/audiotest/Makefile
+++ b/usr/src/cmd/audio/audiotest/Makefile
@@ -22,6 +22,8 @@
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright 2015 RackTop Systems.
+#
# Makefile for cmd/audio/audiotest
PROG= audiotest
@@ -38,7 +40,7 @@ XGETFLAGS += -a -x audiotest.xcl
all: $(PROG)
$(PROG): $(OBJS)
- $(LINK.c) $(OBJS) -o $@
+ $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
$(POST_PROCESS)
install: all $(ROOTPROG)