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

Revision 2434, 292 bytes checked in by raeburn, 35 years ago (diff)
removed bug_report from installation
Line 
1#
2#       $Source: /afs/dev.mit.edu/source/repository/athena/bin/sendbug/Makefile,v $
3#       $Author: raeburn $
4#       $Locker:  $
5#       $Id: Makefile,v 1.5 1989-12-04 15:26:38 raeburn Exp $
6#
7
8
9DESTDIR=
10CONFDIR= /usr/athena
11
12all:
13
14install:
15        install -c sendbug.sh ${DESTDIR}${CONFDIR}/sendbug
16
17clean:
18
19depend:
Note: See TracBrowser for help on using the repository browser.