head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	96.06.02.03.01.49;	author svalente;	state Exp;
branches;
next	1.1;

1.1
date	95.09.23.04.27.05;	author svalente;	state Exp;
branches;
next	;


desc
@Imakefile
@


1.2
log
@Don't link res_query.o on Linux.
@
text
@# $Id: Imakefile,v 1.1 1995/09/23 04:27:05 svalente Exp svalente $

#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)
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id: Imakefile,v 1.1 91/07/08 01:01:58 probe Exp $
d3 3
d7 1
@
