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 
  14 include ../../Makefile.master
  15 
  16 MANSECT=         1b
  17 
  18 MANFILES=       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                 printenv.1b     \
  41                 ps.1b           \
  42                 rusage.1b       \
  43                 shutdown.1b     \
  44                 stty.1b         \
  45                 sum.1b          \
  46                 test.1b         \
  47                 touch.1b        \
  48                 tset.1b         \
  49                 users.1b        \
  50                 vipw.1b         \
  51                 whereis.1b      \
  52                 whoami.1b
  53 
  54 MANSOFILES =    Mail.1b         \
  55                 fasthalt.1b     \
  56                 reset.1b
  57 
  58 MANFILES +=     $(MANSOFILES)
  59 
  60 Mail.1b         := SOSRC = man1b/mail.1b
  61 
  62 fasthalt.1b     := SOSRC = man1b/fastboot.1b
  63 
  64 reset.1b        := SOSRC = man1b/tset.1b
  65 
  66 .KEEP_STATE:
  67 
  68 include ../Makefile.man
  69 
  70 install: $(ROOTMANFILES)
  71 
  72