Replaced deprecated variables CONTRIBDIR, BINDIR and
[AROS-Contrib.git] / Networking / Apps / telnet / ttel / mmakefile.src
blob15b74fb7276243e39a316eada32b266ec6fda97d
1 include $(TOP)/config/make.cfg
3 ##MM- aros-tcpip-apps : aros-tcpip-apps-ttel
4 #MM aros-tcpip-apps-ttel : includes linklibs contrib-gnu-termcap
6 USER_CFLAGS := \
7         -Wno-uninitialized -Wno-parentheses \
8         -DAMITCP \
9         -DDIRECTED_BROADCAST \
10         -D__BSD_VISIBLE=1
12 EXEDIR := $(AROS_CONTRIB)/Networking/Apps/ttel
14 %build_prog mmake=aros-tcpip-apps-ttel \
15     progname=ttel targetdir=$(EXEDIR) \
16     files=ttel uselibs="termcap"