From d50bcaae2118610560f2b107d0d282315e47e4e4 Mon Sep 17 00:00:00 2001 From: Andrew Stormont Date: Wed, 2 Dec 2015 19:15:44 +0300 Subject: 6492 Several commands/libraries build missing LDLIBS Reviewed by: Robert Mustacci Reviewed by: Dan McDonald Approved by: Gordon Ross --- usr/src/cmd/audio/audiotest/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr/src/cmd/audio') 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) -- cgit v1.2.3