xref: /illumos-gate/usr/src/man/man1b/Makefile (revision 81b2d5738d8e67bdf2438cd3e8c79f379bce44d2)
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# Copyright 2011, Richard Lowe
13
14include ../../Makefile.master
15
16MANSECT=	 1b
17
18MANFILES=	basename.1b \
19		biff.1b		\
20		chown.1b	\
21		df.1b		\
22		du.1b		\
23		echo.1b		\
24		exportfs.1b	\
25		expr.1b		\
26		fastboot.1b	\
27		file.1b		\
28		from.1b		\
29		groups.1b	\
30		grpck.1b	\
31		ln.1b		\
32		logger.1b	\
33		lpc.1b		\
34		lpq.1b		\
35		lpr.1b		\
36		lprm.1b		\
37		lptest.1b	\
38		mail.1b		\
39		mkstr.1b	\
40		plot.1b		\
41		printenv.1b	\
42		ps.1b		\
43		rusage.1b	\
44		shutdown.1b	\
45		stty.1b		\
46		sum.1b		\
47		test.1b		\
48		touch.1b	\
49		tset.1b		\
50		users.1b	\
51		vipw.1b		\
52		whereis.1b	\
53		whoami.1b
54
55MANSOFILES =	Mail.1b		\
56		fasthalt.1b	\
57		reset.1b
58
59MANFILES +=	$(MANSOFILES)
60
61Mail.1b		:= SOSRC = man1b/mail.1b
62
63fasthalt.1b	:= SOSRC = man1b/fastboot.1b
64
65reset.1b	:= SOSRC = man1b/tset.1b
66
67.KEEP_STATE:
68
69include ../Makefile.man
70
71install: $(ROOTMANFILES)
72
73
74