Makefile (c10c16dec587a0662068f6e2991c29ed3a9db943) Makefile (a9478106a12424322498e53cf7cd75bd8a4d6004)
1#
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.
6#
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.
10#
11
1#
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.
6#
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.
10#
11
12#
12# Copyright 2011, Richard Lowe
13# Copyright 2011, Richard Lowe
14# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
15#
13
16
14include ../../Makefile.master
17include $(SRC)/Makefile.master
15
18
16MANSECT = 3dat
19MANSECT= 3dat
17
20
18MANFILES = dat_cno_create.3dat \
21MANFILES= dat_cno_create.3dat \
19 dat_cno_free.3dat \
20 dat_cno_modify_agent.3dat \
21 dat_cno_query.3dat \
22 dat_cno_wait.3dat \
23 dat_cr_accept.3dat \
24 dat_cr_handoff.3dat \
25 dat_cr_query.3dat \
26 dat_cr_reject.3dat \

--- 59 unchanged lines hidden (view full) ---

86 dat_srq_post_recv.3dat \
87 dat_srq_query.3dat \
88 dat_srq_resize.3dat \
89 dat_srq_set_lw.3dat \
90 dat_strerror.3dat
91
92.KEEP_STATE:
93
22 dat_cno_free.3dat \
23 dat_cno_modify_agent.3dat \
24 dat_cno_query.3dat \
25 dat_cno_wait.3dat \
26 dat_cr_accept.3dat \
27 dat_cr_handoff.3dat \
28 dat_cr_query.3dat \
29 dat_cr_reject.3dat \

--- 59 unchanged lines hidden (view full) ---

89 dat_srq_post_recv.3dat \
90 dat_srq_query.3dat \
91 dat_srq_resize.3dat \
92 dat_srq_set_lw.3dat \
93 dat_strerror.3dat
94
95.KEEP_STATE:
96
94include ../Makefile.man
97include $(SRC)/man/Makefile.man
95
98
96install: $(ROOTMANFILES)
99install: $(ROOTMANFILES)