Annotation of 43BSDTahoe/new/X/man/man8/Makefile, revision 1.1

1.1     ! root        1: .SUFFIXES: .8 .0
        !             2: 
        !             3: .8.0:
        !             4:        /usr/man/manroff $*.8 > $*.0
        !             5: 
        !             6: OBJ8=  X.0 X.0 Xapollo.0 Xis.0 Xnest.0 Xqvss.0 Xsun.0 Xvs100.0
        !             7: 
        !             8: all:;
        !             9: 
        !            10: install: ${OBJ8}
        !            11:        install -c -o bin -g bin -m 444 ${OBJ8} ${DESTDIR}/usr/new/man/cat8
        !            12: 
        !            13: clean:
        !            14:        rm -f *~ \#*
        !            15: 
        !            16: paper:
        !            17:        for i in *.? *.[0-9]?; do \
        !            18:                echo -n "Troffing ";\
        !            19:                echo -n $$i;\
        !            20:                echo '....';\
        !            21:                ${TROFF} -man $$i;\
        !            22:        done

unix.superglobalmegacorp.com

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