* Replaced <sys/cdefs.h> include with <aros/system.h> in most places (AROSTCP is...
[AROS.git] / workbench / network / stacks / AROSTCP / C / mmakefile.src
blob3da81261c11de459da29a2ffa81ef6c0a85e2a24
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 USER_INCLUDES := -isystem $(SRCDIR)/$(CURDIR)/../netinclude  -isystem  $(SRCDIR)/$(CURDIR)/../bsdsocket/
5 USER_CFLAGS := -Wno-uninitialized -Wno-parentheses -D__BSD_VISIBLE=1
7 #MM- workbench-network-stacks-arostcp : workbench-network-stacks-arostcp-c
8 %build_progs mmake=workbench-network-stacks-arostcp-c \
9     files="ifconfig route ping resolve arp logger hostname" \
10     targetdir=$(AROS_SYSTEM)/Network/AROSTCP/C
12 #%common