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