3600 edit(1) is a bad .so reference
[illumos-gate.git] / usr / src / man / man9e / Makefile
blobad777c67dc1c3cc599b5de26e19cf499a8480be0
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet
9 # at http://www.illumos.org/license/CDDL.
13 # Copyright 2011, Richard Lowe
14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
17 include $(SRC)/Makefile.master
19 MANSECT= 9e
21 MANFILES= Intro.9e \
22 _fini.9e \
23 aread.9e \
24 attach.9e \
25 awrite.9e \
26 chpoll.9e \
27 close.9e \
28 csx_event_handler.9e \
29 detach.9e \
30 devmap.9e \
31 devmap_access.9e \
32 devmap_contextmgt.9e \
33 devmap_dup.9e \
34 devmap_map.9e \
35 devmap_unmap.9e \
36 dump.9e \
37 getinfo.9e \
38 gld.9e \
39 identify.9e \
40 ioctl.9e \
41 ks_snapshot.9e \
42 ks_update.9e \
43 mmap.9e \
44 open.9e \
45 power.9e \
46 print.9e \
47 probe.9e \
48 prop_op.9e \
49 put.9e \
50 quiesce.9e \
51 read.9e \
52 segmap.9e \
53 srv.9e \
54 strategy.9e \
55 tran_abort.9e \
56 tran_bus_reset.9e \
57 tran_dmafree.9e \
58 tran_getcap.9e \
59 tran_init_pkt.9e \
60 tran_quiesce.9e \
61 tran_reset.9e \
62 tran_reset_notify.9e \
63 tran_setup_pkt.9e \
64 tran_start.9e \
65 tran_sync_pkt.9e \
66 tran_tgt_free.9e \
67 tran_tgt_init.9e \
68 tran_tgt_probe.9e \
69 write.9e
71 MANLINKS= _info.9e \
72 _init.9e \
73 gldm_get_stats.9e \
74 gldm_intr.9e \
75 gldm_ioctl.9e \
76 gldm_reset.9e \
77 gldm_send.9e \
78 gldm_set_mac_addr.9e \
79 gldm_set_multicast.9e \
80 gldm_set_promiscuous.9e \
81 gldm_start.9e \
82 gldm_stop.9e \
83 intro.9e \
84 tran_destroy_pkt.9e \
85 tran_pkt_constructor.9e \
86 tran_pkt_destructor.9e \
87 tran_setcap.9e \
88 tran_teardown_pkt.9e \
89 tran_unquiesce.9e
91 intro.9e := LINKSRC = Intro.9e
93 _info.9e := LINKSRC = _fini.9e
94 _init.9e := LINKSRC = _fini.9e
96 gldm_get_stats.9e := LINKSRC = gld.9e
97 gldm_intr.9e := LINKSRC = gld.9e
98 gldm_ioctl.9e := LINKSRC = gld.9e
99 gldm_reset.9e := LINKSRC = gld.9e
100 gldm_send.9e := LINKSRC = gld.9e
101 gldm_set_mac_addr.9e := LINKSRC = gld.9e
102 gldm_set_multicast.9e := LINKSRC = gld.9e
103 gldm_set_promiscuous.9e := LINKSRC = gld.9e
104 gldm_start.9e := LINKSRC = gld.9e
105 gldm_stop.9e := LINKSRC = gld.9e
107 tran_setcap.9e := LINKSRC = tran_getcap.9e
109 tran_destroy_pkt.9e := LINKSRC = tran_init_pkt.9e
111 tran_unquiesce.9e := LINKSRC = tran_quiesce.9e
113 tran_pkt_constructor.9e := LINKSRC = tran_setup_pkt.9e
114 tran_pkt_destructor.9e := LINKSRC = tran_setup_pkt.9e
115 tran_teardown_pkt.9e := LINKSRC = tran_setup_pkt.9e
117 .KEEP_STATE:
119 include $(SRC)/man/Makefile.man
121 install: $(ROOTMANFILES) $(ROOTMANLINKS)