# $Id: Imakefile,v 1.2 1996/06/02 03:01:49 svalente Exp $

#ifdef linux
OBJS       =   gethostnamadr.o hostinfo.o
#else
OBJS       =   gethostnamadr.o hostinfo.o res_query.o
#endif

SimpleProgram(hostinfo, ${OBJS}, ,${ATHBINDIR})
install_man(hostinfo.1,hostinfo.1)
