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