aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 19:36:27 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 19:36:27 +0000
commitfed1a3ba8ab6d2ee1b81ca9c2bfe8039632f47b1 (patch)
tree25e233c8b2123001646acf41ebed4f76f1bc41dc /GNUmakefile
parent19b7946a85962f9458325637ff3559bca1286c6b (diff)
downloadrtmux-fed1a3ba8ab6d2ee1b81ca9c2bfe8039632f47b1.tar.gz
rtmux-fed1a3ba8ab6d2ee1b81ca9c2bfe8039632f47b1.tar.bz2
rtmux-fed1a3ba8ab6d2ee1b81ca9c2bfe8039632f47b1.zip
compat/daemon.c
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 06866f79..9085d307 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.21 2008-06-18 19:34:50 nicm Exp $
+# $Id: GNUmakefile,v 1.22 2008-06-18 19:36:27 nicm Exp $
.PHONY: clean
@@ -53,7 +53,7 @@ INSTALLMAN= install -g bin -o root -m 444
ifeq ($(shell uname),SunOS)
INCDIRS+= -Icompat
-SRCS+= compat/strtonum.c
+SRCS+= compat/strtonum.c compat/daemon.c
CFLAGS+= -DNO_STRTONUM -DNO_TREE_H -DNO_PATHS_H -DNO_SETPROCTITLE \
-DNO_DAEMON
endif