source: trunk/athena/bin/rep/Makefile @ 27

Revision 27, 441 bytes checked in by builder, 39 years ago (diff)
Removed PHYSLOC and INCDIR.
Line 
1#
2#       $Source: /afs/dev.mit.edu/source/repository/athena/bin/rep/Makefile,v $
3#       $Author: builder $
4#       $Locker:  $
5#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/rep/Makefile,v 1.5 1985-11-13 21:22:05 builder Exp $
6#
7DESTDIR=
8CFLAGS=-O
9
10all: rep
11
12rep: rep.c
13        cc ${CFLAGS} rep.c -lcurses -ltermlib -o rep
14install: rep
15        install -c -s rep ${DESTDIR}/usr/athena/rep
16        install -c rep.1 ${DESTDIR}/usr/man/mann/rep.n
17
18clean:
19        rm -f core rep
Note: See TracBrowser for help on using the repository browser.