* Replaced <sys/cdefs.h> include with <aros/system.h> in most places (AROSTCP is...
[AROS.git] / workbench / network / stacks / AROSTCP / dhcp / minires / mmakefile.src
blobcda59f6eb37f1e5989f91a7e181e92e9c7c0f2ea
1 include $(TOP)/config/make.cfg
3 #MM network-dhcp-libiminires : arostcp-includes
5 USER_CFLAGS :=  -I$(SRCDIR)/$(CURDIR)/../includes -DHMAC_MD5 -DMINIRES_LIB \
6         -D__BSD_VISIBLE=1
8 FILES :=        ns_date ns_name ns_parse ns_samedomain ns_sign          \
9                 ns_verify res_comp res_findzonecut res_init res_mkquery \
10                 res_mkupdate res_send res_sendsigned res_update
12 %build_linklib mmake=network-dhcp-libminires    \
13         libname=minires                         \
14         files="$(FILES)"