Annotation of 41BSD/cmd/troff/Maketroff, revision 1.1.1.1

1.1       root        1: CFLAGS = -O -DVMUNIX
                      2: c = ni.o nii.o n1.o n2.o n3.o n4.o n5.o t6.o n7.o n8.o n9.o t10.o
                      3: s = hytab.o suftab.o tab3.o
                      4: troff : $c $s
                      5:        $(CC) -z -o troff $s $c  
                      6: hytab.o : hytab.c
                      7:        cc -S hytab.c
                      8:        /usr/src/cmd/as/:rofix hytab.s
                      9:        as -o hytab.o hytab.s
                     10:        rm hytab.s
                     11: suftab.o: suftab.c
                     12:        cc -S suftab.c
                     13:        /usr/src/cmd/as/:rofix suftab.s
                     14:        as -o suftab.o suftab.s
                     15:        rm suftab.s
                     16: # tab3.o: tab3.c
                     17: #      cc -S tab3.c
                     18: #      /usr/src/cmd/as/:rofix tab3.s
                     19: #      as -o tab3.o tab3.s
                     20: #      rm tab3.s
                     21: # 
                     22: install :
                     23:        install -s troff /usr/bin
                     24: 
                     25: clean :
                     26:        rm -f *.o

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.