xref: /illumos-gate/usr/src/man/man3ofmt/Makefile (revision 78a75454a34d2b5e9b2c2967ecdaf9c5d3e6b030)
1e96f8419SYuri Pankov#
2e96f8419SYuri Pankov# This file and its contents are supplied under the terms of the
3e96f8419SYuri Pankov# Common Development and Distribution License ("CDDL"), version 1.0.
4e96f8419SYuri Pankov# You may only use this file in accordance with the terms of version
5e96f8419SYuri Pankov# 1.0 of the CDDL.
6e96f8419SYuri Pankov#
7e96f8419SYuri Pankov# A full copy of the text of the CDDL should have accompanied this
8e96f8419SYuri Pankov# source.  A copy of the CDDL is also available via the Internet
9e96f8419SYuri Pankov# at http://www.illumos.org/license/CDDL.
10e96f8419SYuri Pankov#
11e96f8419SYuri Pankov
12e96f8419SYuri Pankov#
13e96f8419SYuri Pankov# Copyright 2017 Nexenta Systems, Inc.
14e96f8419SYuri Pankov#
15e96f8419SYuri Pankov
16e96f8419SYuri Pankovinclude		$(SRC)/Makefile.master
17e96f8419SYuri Pankov
18e96f8419SYuri PankovMANSECT=	3ofmt
19e96f8419SYuri Pankov
20e96f8419SYuri PankovMANFILES=	ofmt.3ofmt
21e96f8419SYuri Pankov
22e96f8419SYuri Pankov.KEEP_STATE:
23e96f8419SYuri Pankov
24e96f8419SYuri Pankovinclude		$(SRC)/man/Makefile.man
25e96f8419SYuri Pankov
26*78a75454SPatrick Mooneyinstall:	$(ROOTMANFILES) $(MANLINK_SRCS)
27*78a75454SPatrick Mooney	$(MANLINK_INSTALL)
28