source:
trunk/athena/bin/rep/Imakefile
@
6239
Revision 6239, 257 bytes checked in by miki, 32 years ago (diff) |
---|
Line | |
---|---|
1 | /* |
2 | * $Id: Imakefile,v 1.5 1992-07-17 14:38:20 miki Exp $ |
3 | */ |
4 | |
5 | #if defined(vax) || defined(ibm032) || defined(ultrix) || defined(sun) |
6 | LIBS=-lcurses -ltermlib |
7 | #else |
8 | LIBS=-lcurses |
9 | #endif |
10 | |
11 | SimpleProgram(rep,rep.c,$(LIBS),$(ATHBINDIR)) |
12 | install_man(rep.1,rep.1) |
Note: See TracBrowser
for help on using the repository browser.