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

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