summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
Diffstat (limited to 'chat')
-rw-r--r--chat/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/chat/Makefile.am b/chat/Makefile.am
new file mode 100644
index 0000000..58af42e
--- /dev/null
+++ b/chat/Makefile.am
@@ -0,0 +1,9 @@
+
+sbin_PROGRAMS = chat
+man8_MANS = chat.8
+
+chat_SOURCES = chat.c
+chat_CFLAGS = -DTERMIOS -DSIGTYPE=void -UNO_SLEEP -DFNDELAY=O_NDELAY
+
+EXTRA_DIST = \
+ $(man8_MANS)