X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.am;fp=chat%2FMakefile.am;h=58af42eafd75fc34dabca346719799acf987b3f7;hp=0000000000000000000000000000000000000000;hb=2883dd07101bf851e2ea368f0c04c91aea85cff2;hpb=9c7ba0d42dee5e3f84ecb6e4fcdbefc6c1cd965c 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)