mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
15 lines
543 B
Makefile
15 lines
543 B
Makefile
OBJS= inet_addr.@O@ inet_cidr_ntop.@O@ inet_cidr_pton.@O@ inet_data.@O@ \
|
|
inet_lnaof.@O@ inet_makeaddr.@O@ inet_net_ntop.@O@ inet_net_pton.@O@ \
|
|
inet_neta.@O@ inet_netof.@O@ inet_network.@O@ inet_ntoa.@O@ \
|
|
inet_ntop.@O@ inet_pton.@O@ nsap_addr.@O@
|
|
|
|
SRCS= inet_addr.c inet_cidr_ntop.c inet_cidr_pton.c inet_data.c \
|
|
inet_lnaof.c inet_makeaddr.c inet_net_ntop.c inet_net_pton.c \
|
|
inet_neta.c inet_netof.c inet_network.c inet_ntoa.c \
|
|
inet_ntop.c inet_pton.c nsap_addr.c
|
|
|
|
TARGETS= ${OBJS}
|
|
|
|
CINCLUDES= -I.. -I../include
|
|
|
|
@BIND9_MAKE_RULES@
|