|
|
1.1 root 1: # $Header$
2: #
3: DEST = $(DESTDIR)/usr/new/lib
4:
5: MAKEFILE = Makefile
6:
7: PRINT = pr
8:
9: PROGRAM = phelp.cmd
10:
11: SRCS = phelp.cmd \
12: phelp.help
13:
14: SUFFIX = .cmd:s .help:s
15:
16: VERSION = V4BSD
17:
18: all:;
19:
20: clean:;
21:
22: co:; @co -r$(VERSION) $(SRCS)
23:
24: depend:;
25:
26: index:;
27:
28: install: $(SRCS)
29: @echo Installing $(SRCS) in $(DEST)
30: @cp $(SRCS) $(DEST)
31:
32: lint:;
33:
34: print:; @$(PRINT) $(SRCS)
35:
36: tags:;
37:
38: update: $(DEST)/$(PROGRAM)
39:
40: $(DEST)/$(PROGRAM): $(SRCS)
41: @make -f $(MAKEFILE) DEST=$(DEST) install tags
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.