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

Revision 4660, 274 bytes checked in by epeisach, 34 years ago (diff)
Install to wrong place CONFDIR instead of ATHBINDIR
Line 
1/*
2 *
3 * $Id: Imakefile,v 1.2 1991-03-21 10:48:43 epeisach Exp $
4 *
5*/
6
7
8SimpleProgram(just,just.o,,$(ATHBINDIR))
9
10install::
11        $(RM) ${DESTDIR}${ATHBINDIR}/fill
12        ln ${DESTDIR}${CONFDIR}/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.