revert between 56095 -> 55830 in arch
[AROS.git] / workbench / network / common / C / mmakefile.src
blob36852ab87ed2e34e8b16a791c8755379783e8651
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 NOWARN_FLAGS := $(NOWARN_UNINITIALIZED) $(NOWARN_PARENTHESES)
6 USER_CFLAGS := $(NOWARN_FLAGS) -D__BSD_VISIBLE=1
8 #MM- workbench-network-common : workbench-network-common-c
10 #MM- workbench-network-common-c: network-includes
12 %build_progs mmake=workbench-network-common-c \
13     files="ifconfig route ping resolve arp logger hostname" \
14     targetdir=$(AROS_C)
16 #%common