source: trunk/athena/bin/rkinit/include/Imakefile @ 5078

Revision 5078, 290 bytes checked in by probe, 34 years ago (diff)
Fixed install directory
Line 
1#
2# $Id: Imakefile,v 1.2 1991-06-13 05:12:21 probe Exp $
3#
4
5all:: rkinit_err.h
6
7rkinit_err.h:
8        cd ../lib; make ../include/rkinit_err.h
9
10depend:: rkinit_err.h
11
12install_file(rkinit.h,$(ATHINCDIR)/rkinit.h)
13install_file(rkinit_err.h,$(ATHINCDIR)/rkinit_err.h)
14
15clean::
16        rm -f *~ rkinit_err.h
Note: See TracBrowser for help on using the repository browser.