|
|
1.1 root 1: DEST = $(DESTDIR)/usr/man/mann
2:
3: MAKEFILE = Makefile
4:
5: PRINT = vtroff -man
6:
7: SRCS = chproject.n \
8: mkproject.n \
9: pcp.n \
10: pd.n \
11: pdiff.n \
12: pexec.n \
13: pfind.n \
14: pgrep.n \
15: phelp.n \
16: plog.n \
17: pman.n \
18: pmkdir.n \
19: pmv.n \
20: ppd.n \
21: prmdir.n \
22: ptest.n \
23: pwp.n \
24: rmproject.n \
25: spmsintro.n
26:
27: SUFFIX = .n:s
28:
29: VERSION = V4BSD
30:
31: all:;
32:
33: clean:;
34:
35: co:;
36:
37: depend:;
38:
39: diff:;
40:
41: index:;
42:
43: install:; @echo Installing $(SRCS) in $(DEST)
44: @cp $(SRCS) $(DEST)
45:
46: lint:;
47:
48: print: $(SRCS)
49: @$(PRINT) $?
50:
51: tags:;
52:
53: update: $(SRCS)
54: @echo Installing $? in $(DEST)
55: @cp $? $(DEST)
56: ###
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.