source: trunk/athena/bin/just/Imakefile @ 4661

Revision 4661, 276 bytes checked in by epeisach, 33 years ago (diff)
Fixed another typo.
Line 
1/*
2 *
3 * $Id: Imakefile,v 1.3 1991-03-21 10:50:56 epeisach Exp $
4 *
5*/
6
7
8SimpleProgram(just,just.o,,$(ATHBINDIR))
9
10install::
11        $(RM) ${DESTDIR}${ATHBINDIR}/fill
12        ln ${DESTDIR}${ATHBINDIR}/just ${DESTDIR}${ATHBINDIR}/fill
13
14install_man(just.1,just.1)
15install_man(fill.1,fill.1)
Note: See TracBrowser for help on using the repository browser.