aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 0f4cd4409..a07a39da7 100755
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -32,6 +32,7 @@ endif
ifeq (${OSARCH},SunOS)
SOL=../strcompat.o
+ SOLLIBS=-lsocket -lnsl
endif
all: depend $(TARGET)
@@ -66,7 +67,7 @@ smsq: smsq.o
$(CC) $(CFLAGS) -o smsq ${SOL} smsq.o -lpopt
streamplayer: streamplayer.o
- $(CC) $(CFLAGS) -o streamplayer ${SOL} streamplayer.o
+ $(CC) $(CFLAGS) -o streamplayer ${SOL} streamplayer.o ${SOLLIBS}
ifneq ($(wildcard .depend),)
include .depend