source:
trunk/athena/bin/finger/Imakefile
@
5019
Revision 5019, 261 bytes checked in by probe, 33 years ago (diff) |
---|
Line | |
---|---|
1 | /* |
2 | * Imakefile for Hesiod/Zephyr client finger |
3 | * |
4 | * MIT Project Athena |
5 | * |
6 | * $Id: Imakefile,v 1.2 1991-05-27 13:17:11 probe Exp $ |
7 | */ |
8 | |
9 | LIBS = -lhesiod -lzephyr -lcom_err -lkrb -ldes |
10 | OBJECTS = finger.o |
11 | |
12 | SimpleProgram(finger,$(OBJECTS),$(LIBS),$(ATHBINDIR)) |
Note: See TracBrowser
for help on using the repository browser.