xref: /illumos-gate/usr/src/man/man1s/Makefile (revision 10d63b7d)
1*10d63b7dSRichard Lowe#
2*10d63b7dSRichard Lowe# This file and its contents are supplied under the terms of the
3*10d63b7dSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4*10d63b7dSRichard Lowe# You may only use this file in accordance with the terms of version
5*10d63b7dSRichard Lowe# 1.0 of the CDDL.
6*10d63b7dSRichard Lowe#
7*10d63b7dSRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8*10d63b7dSRichard Lowe# source.  A copy of the CDDL is also available via the Internet
9*10d63b7dSRichard Lowe# at http://www.illumos.org/license/CDDL.
10*10d63b7dSRichard Lowe#
11*10d63b7dSRichard Lowe
12*10d63b7dSRichard Lowe#
13*10d63b7dSRichard Lowe# Copyright 2011, Richard Lowe
14*10d63b7dSRichard Lowe# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
15*10d63b7dSRichard Lowe#
16*10d63b7dSRichard Lowe
17*10d63b7dSRichard Loweinclude		$(SRC)/Makefile.master
18*10d63b7dSRichard Lowe
19*10d63b7dSRichard LoweMANSECT= 	1s
20*10d63b7dSRichard Lowe
21*10d63b7dSRichard LoweMANLINKS=	dmake.1s make.1s
22*10d63b7dSRichard Lowe
23*10d63b7dSRichard Lowedmake.1s	:= LINKSRC = ../man1/make.1
24*10d63b7dSRichard Lowemake.1s		:= LINKSRC = ../man1/make.1
25*10d63b7dSRichard Lowe
26*10d63b7dSRichard Lowe.KEEP_STATE:
27*10d63b7dSRichard Lowe
28*10d63b7dSRichard Loweinclude		$(SRC)/man/Makefile.man
29*10d63b7dSRichard Lowe
30*10d63b7dSRichard Loweinstall:	$(ROOTMANFILES) $(ROOTMANLINKS)
31