source: trunk/athena/bin/sendbug/Makefile @ 20

Revision 20, 433 bytes checked in by builder, 39 years ago (diff)
added PHYSLOC to DESTDIR's in install
Line 
1#
2#       $Source: /afs/dev.mit.edu/source/repository/athena/bin/sendbug/Makefile,v $
3#       $Author: builder $
4#       $Locker:  $
5#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/sendbug/Makefile,v 1.2 1985-06-17 14:31:52 builder Exp $
6#
7
8
9DESTDIR=
10PHYSLOC=/u1
11CONFDIR= /usr/athena
12
13all:
14
15install:
16        install -c sendbug.sh ${DESTDIR}${PHYSLOC}${CONFDIR}/sendbug
17        install -c bug_report ${DESTDIR}${PHYSLOC}${CONFDIR}/lib/bug_report
18
19clean:
20
Note: See TracBrowser for help on using the repository browser.