source: trunk/athena/bin/hostinfo/Imakefile @ 8130

Revision 8130, 292 bytes checked in by miki, 29 years ago (diff)
have to make on srvd the directory sbin; now srvd and os are separate
Line 
1# $Id: Imakefile,v 1.4 1995-11-28 14:14:52 miki Exp $
2
3OBJS       =   gethostnamadr.o hostinfo.o res_query.o
4
5SimpleProgram(hostinfo, ${OBJS}, ,${ATHBINDIR})
6install_man(hostinfo.1,hostinfo.1)
7
8#ifdef SOLARIS
9install::
10        mkdir -p $(DESTDIR)/sbin
11        install -c -s hostinfo ${DESTDIR}/sbin
12#endif
Note: See TracBrowser for help on using the repository browser.