Annotation of 43BSDTahoe/new/xns/man/MMakefile, revision 1.1.1.1

1.1       root        1: 
                      2: DESTDIR =
                      3: DESTMAN = ${DESTDIR}/usr/man/mann
                      4: 
                      5: MANS = xnscourier.n clearinghousesupport.n getcourierdbent.n \
                      6:        authcredcheck.n authlookup.n credentials.n \
                      7:        xnsbfs.n xnsprint.n xnsftp.n gaptelnet.n \
                      8:        Filing4d.n Filing5d.n Filing6d.n FilingSubset1d.n registerhost.n \
                      9:        xnsarchive.n xnsrestore.n xnsbrowse.n xnsrprint.n vpfile.n \
                     10:        Viewpointfiles.n
                     11: .SUFFIXES: .n .n.ip
                     12: 
                     13: 
                     14: .n.n.ip:
                     15:        iptroff -man NoCutMarks.man $< 
                     16: 
                     17: all: 
                     18:        iptroff -o man.ip -man NoCutMarks.man ${MANS}
                     19: 
                     20: install: ${DESTMAN}
                     21:        for i in ${MANS}; do \
                     22:                (install -c -m 644 $$i ${DESTMAN}/$$i); done
                     23: 
                     24: clean:
                     25:        rm -f man.ip *.BAK *.CKP
                     26: 
                     27: ${DESTMAN}:
                     28:        -mkdir ${DESTDIR}/usr/man
                     29:        mkdir ${DESTMAN}
                     30:        chmod 755 ${DESTMAN}
                     31: 
                     32: rcs:
                     33:        rcs -l RCS/*
                     34:        cat ../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*

unix.superglobalmegacorp.com

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