* Replaced <sys/cdefs.h> include with <aros/system.h> in most places (AROSTCP is...
[AROS.git] / workbench / network / stacks / AROSTCP / dhcp / common / mmakefile.src
blob2f7f01dbeb6d77e2f83626298f1e1ae0e6b698f2
1 include $(TOP)/config/make.cfg
3 #MM network-dhcp-libdhcp : arostcp-includes
5 USER_CFLAGS :=  -I$(SRCDIR)/$(CURDIR)/.. -I$(SRCDIR)/$(CURDIR)/../includes -D__BSD_VISIBLE=1
7 FILES :=        alloc bpf comapi conflex ctrace discover dispatch       \
8                 dlpi dns ethernet execute fddi icmp inet lpf memory     \
9                 nit options packet parse print raw resolv socket        \
10                 tables tr tree upf
12 %build_linklib mmake=network-dhcp-libdhcp       \
13         libname=dhcp                            \
14         files="$(FILES)"