|
|
1.1 root 1: #
2: # Sendmail
3: # Copyright (c) 1983 Eric P. Allman
4: # Berkeley, California
5: #
6: # Copyright (c) 1983 Regents of the University of California.
7: # All rights reserved. The Berkeley software License Agreement
8: # specifies the terms and conditions for redistribution.
9: #
10: # @(#)Makefile 1.4 (Berkeley) 3/12/86
11: #
12: ######################################################################
13: #
14: # Makefile for Sendmail UCB configuration files
15: #
16: ######################################################################
17:
18:
19: NSSRCS= arpa.mc \
20: kim.mc \
21: monet.mc \
22: ucbvax.mc
23: GENSRCS=ucbtcp.mc
24:
25: NSALL= arpa.cf \
26: kim.cf \
27: monet.cf \
28: ucbvax.cf
29: PROTOS= ucbtcp.cf
30: ALL= $(NSALL) $(PROTOS)
31:
32: GET= sccs get
33:
34: .SUFFIXES: .mc .cf
35:
36: .mc.cf:
37: m4 $*.mc > $*.cf
38:
39: all: $(ALL)
40:
41: arpa.cf: arpa.mc
42: m4 $*.mc > $*.cf
43: sh arpa.ed
44:
45:
46: clean:
47: rm -f $(ALL) a.out core make.out
48: rm -f ,*
49:
50: #
51: # Standard files included by all
52: #
53: $(ALL): nsmacros.m4 nsclasses.m4 cchosts.m4 nicregistered.m4 berkhosts.m4 \
54: version.m4 boilerplate.m4 prewriterule.m4 postwriterule.m4 rule3.m4 \
55: localm.m4 nstcpm.m4 nstcpldm.m4 rule0.m4
56:
57: #
58: # Special include files used only by specific hosts
59: #
60: arpa.cf: mmdfm.m4 euucpm.m4
61:
62: kim.cf: uucpm.m4
63:
64: ucbvax.cf: uucphosts.m4 rule5.m4 berkm.m4 suucpm.m4 uucpm.m4
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.