Annotation of 43BSDTahoe/new/X/man/Makefile, revision 1.1.1.1

1.1       root        1: SUBDIR=        man1 man3 man8
                      2: 
                      3: all:;
                      4: 
                      5: install: FRC
                      6:        for i in ${SUBDIR}; do \
                      7:                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
                      8: 
                      9: clean: FRC
                     10:        for i in ${SUBDIR}; do \
                     11:                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} clean); done
                     12: 
                     13: paper: FRC
                     14:        for i in ${SUBDIR}; do \
                     15:                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} paper); done
                     16: 
                     17: FRC:

unix.superglobalmegacorp.com

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