]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/man/Makefile
Replaced use of snprintf() with memcpy()/memmove().
[nmh] / docs / historical / mh-jun-1982 / man / Makefile
1 #
2 # Proprietary Rand Corporation, 1981.
3 # Further distribution of this software
4 # subject to the terms of the Rand
5 # license agreement.
6 #
7
8 DESTMAN = /usr/man
9
10 # 'dist.1' is not ready yet.
11 MAN1 = \
12 ali.1 \
13 comp.1 \
14 file.1 \
15 folder.1 \
16 forw.1 \
17 inc.1 \
18 mail.1 \
19 mh.1 \
20 mhl.1 \
21 mhpath.1 \
22 news.1 \
23 next.1 \
24 pick.1 \
25 prev.1 \
26 prompter.1 \
27 repl.1 \
28 rmail.1 \
29 rmf.1 \
30 rmm.1 \
31 scan.1 \
32 send.1 \
33 show.1
34
35 MAN5 = \
36 mh-alias.5 \
37 mh-mail.5 \
38 netmail.5 \
39 mh-profile.5
40
41 MAN8 = \
42 conflict.8 \
43 deliver.8 \
44 mailer.8
45
46 install: uninstall
47 -cp $(MAN1) $(DESTMAN)/man1
48 -cp $(MAN5) $(DESTMAN)/man5
49 -cp $(MAN8) $(DESTMAN)/man8
50
51 uninstall:
52 -cd $(DESTMAN)/man1; rm -f $(MAN1)
53 -cd $(DESTMAN)/man5; rm -f $(MAN5)
54 -cd $(DESTMAN)/man8; rm -f $(MAN8)