Annotation of 42BSD/usr.lib/sendmail/doc/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: #      Makefile for sendmail documentation
        !             3: #
        !             4: #      @(#)Makefile    4.1             7/25/83
        !             5: #
        !             6: 
        !             7: OBJS=  intro.lpr op.lpr usenix.lpr
        !             8: DOCS=  intro.me  op.me  usenix.me
        !             9: SRCS=  $(DOCS) sendmail.8 syslog.3 syslog.8
        !            10: ALL=   $(OBJS) rfc819.lpr rfc821.lpr rfc822.lpr
        !            11: 
        !            12: LPR=   lpr
        !            13: TROFF= vtroff
        !            14: GET=   sccs get
        !            15: 
        !            16: .SUFFIXES: .me .lpr
        !            17: 
        !            18: .me.lpr:
        !            19:        nroff -me -Tlp $< > $@
        !            20: 
        !            21: troff: $(DOCS)
        !            22:        for i in $(DOCS); do $(TROFF) -me $$i; done
        !            23: 
        !            24: all: $(ALL)
        !            25: 
        !            26: print: $(ALL)
        !            27:        $(LPR) $(ALL)
        !            28: 
        !            29: sources: $(SRCS)
        !            30: 
        !            31: $(SRCS):
        !            32:        $(GET) $(REL) SCCS/s.$@
        !            33: 
        !            34: clean:
        !            35:        rm -f $(OBJS) a.out core

unix.superglobalmegacorp.com

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