source: trunk/athena/bin/xdpr/Makefile @ 9664

Revision 9664, 230 bytes checked in by ghudson, 27 years ago (diff)
How to install xdpr.
Line 
1# $Id: Makefile,v 1.1 1997-02-25 21:05:25 ghudson Exp $
2
3SHELL=/bin/sh
4ATHBINDIR=/usr/athena/bin
5
6all:
7
8check:
9
10install:
11        -mkdir -p ${DESTDIR}${ATHBINDIR}
12        install -c -m 555 xdpr.sh ${DESTDIR}${ATHBINDIR}/xdpr
13
14clean:
15
16distclean:
Note: See TracBrowser for help on using the repository browser.