aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index e1eb61fb9..d700cc68d 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -115,6 +115,12 @@ app_sql_odbc.so: app_sql_odbc.o
look: look.c
$(CC) -pipe -O6 -g look.c -o look -lncurses
+ifeq (SunOS,$(shell uname))
+app_chanspy.so: app_chanspy.o
+ $(CC) $(SOLINK) -o $@ $< -lrt
+endif
+
+
ifneq ($(wildcard .depend),)
include .depend
endif