|
|
1.1 root 1: #
2: # Makefile for sendmail documentation
3: #
4: # @(#)Makefile 4.1 7/25/83
5: #
6:
7: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
8: OBJS= intro.lpr op.lpr usenix.lpr
9: DOCS= intro.me op.me usenix.me
10: SRCS= $(DOCS) sendmail.8 syslog.3 syslog.8
11: ALL= $(OBJS) rfc819.lpr rfc821.lpr rfc822.lpr
12:
13: LPR= lpr
14: TROFF= vtroff
15: GET= sccs get
16:
17: .SUFFIXES: .me .lpr
18:
19: .me.lpr:
20: nroff -me -Tlp $< > $@
21:
22: troff: $(DOCS)
23: for i in $(DOCS); do $(TROFF) -me $$i; done
24:
25: all: $(ALL)
26:
27: print: $(ALL)
28: $(LPR) $(ALL)
29:
30: sources: $(SRCS)
31:
32: $(SRCS):
33: $(GET) $(REL) SCCS/s.$@
34:
35: clean:
36: rm -f $(OBJS) a.out core
37:
38: cleansrc:
39:
40: rm -f abstract *.me *.lpr *.8 *.good Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.