mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-27 05:23:38 +08:00
af9eafe584
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
6 lines
139 B
Makefile
6 lines
139 B
Makefile
sbin_PROGRAMS = chat
|
|
dist_man8_MANS = chat.8
|
|
|
|
chat_SOURCES = chat.c
|
|
chat_CPPFLAGS = -DTERMIOS -DSIGTYPE=void -UNO_SLEEP -DFNDELAY=O_NDELAY
|