#
# makefile for ARPA utilities
#

COBJS =	\
 _res.o  \
 bindup.o \
 chk_rhosts.o \
 gethostent.o \
 getnetent.o \
 getservent.o \
 gprotoent.o \
 herror.o \
 inet_addr.o \
 inet_lnaof.o \
 inet_maddr.o \
 inet_netof.o \
 inet_netwk.o \
 inet_ntoa.o \
 rcmd.o  \
 res_comp.o \
 res_debug.o \
 res_init.o \
 res_mkqry.o \
 res_query.o \
 res_send.o \
 ruserok.o \
 ruserpass.o \
 switch.o \
 useyellow.o \
 yellowup.o

REENT_OBJS =   \
 inet_ntoa.ro

OBJS= $(COBJS) $(REENT_OBJS)

FLAVOR= .

include $(FLAVOR)/make.flavor

