Revision 16185,
531 bytes
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r16184,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* |
---|
2 | * top - a top users display for Unix |
---|
3 | * |
---|
4 | * SYNOPSIS: any SGI machine running IRIX 6.2 with a 64-bit kernel |
---|
5 | * |
---|
6 | * DESCRIPTION: |
---|
7 | * This is the machine-dependent module for IRIX 6.2. |
---|
8 | * It has been tested on a Power Challenge/L running IRIX 6.2. |
---|
9 | * |
---|
10 | * LIBS: -lelf |
---|
11 | * |
---|
12 | * Need -I. for all the top include files which are searched for in machine/, |
---|
13 | * because of the way include "file" finds files. |
---|
14 | * |
---|
15 | * CFLAGS: -I. -DHAVE_GETOPT -DIRIX64 |
---|
16 | * |
---|
17 | * AUTHOR: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
---|
18 | * |
---|
19 | */ |
---|
20 | #include "machine/m_irix62.c" |
---|
Note: See
TracBrowser
for help on using the repository browser.