source: trunk/athena/bin/mon/Imakefile @ 6954

Revision 6954, 414 bytes checked in by probe, 31 years ago (diff)
Initial revision
  • Property svn:executable set to *
Line 
1/*
2 *      $Id: Imakefile,v 1.1 1993-10-12 05:30:39 probe Exp $
3 */
4
5/* Beware dependencies on mon.h are not properly stated. */
6
7OBJS = mon.o io.o vm.o netif.o display.o readnames.o
8
9#if defined(ibm032) || (defined(vax) && !defined(ultrix))
10build_program(mon,$(OBJS),,-lcurses -ltermlib)
11install_program(mon,-g kmem -m 2755,$(ATHBINDIR)/mon)
12#else
13all::
14        @echo mon is not available on this platform
15#endif
16mon: mon.h
17
Note: See TracBrowser for help on using the repository browser.