home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
minnie.tuhs.org
/
unixen.tar
/
unixen
/
PDP-11
/
Trees
/
V7
/
usr
/
src
/
cmd
/
troff
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1979-01-10
|
195 b
|
19 lines
all: nroff troff
nroff:
make -f nmake
rm *.o
troff:
make -f tmake
rm *.o
cp: all
cp nroff troff /bin
rm nroff troff
cmp: all
cmp nroff /bin/nroff
cmp troff /bin/troff
rm nroff troff