aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 19:52:29 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 19:52:29 +0000
commit0d5ad358ae3bc80cbf226f5aef5790ca1e1f430c (patch)
treea7c06392e7d880a32a4096c93b742688082514ca /GNUmakefile
parentfed1a3ba8ab6d2ee1b81ca9c2bfe8039632f47b1 (diff)
downloadrtmux-0d5ad358ae3bc80cbf226f5aef5790ca1e1f430c.tar.gz
rtmux-0d5ad358ae3bc80cbf226f5aef5790ca1e1f430c.tar.bz2
rtmux-0d5ad358ae3bc80cbf226f5aef5790ca1e1f430c.zip
forkpty for Sun OS.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9085d307..8d5b659e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.22 2008-06-18 19:36:27 nicm Exp $
+# $Id: GNUmakefile,v 1.23 2008-06-18 19:52:29 nicm Exp $
.PHONY: clean
@@ -53,9 +53,9 @@ INSTALLMAN= install -g bin -o root -m 444
ifeq ($(shell uname),SunOS)
INCDIRS+= -Icompat
-SRCS+= compat/strtonum.c compat/daemon.c
+SRCS+= compat/strtonum.c compat/daemon.c compat/forkpty-sunos.c
CFLAGS+= -DNO_STRTONUM -DNO_TREE_H -DNO_PATHS_H -DNO_SETPROCTITLE \
- -DNO_DAEMON
+ -DNO_DAEMON -DNO_FORKPTY
endif
ifeq ($(shell uname),Darwin)