Print this page
5025 import and use mandoc
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
Approved by: TBD


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.

  24 #
  25 
  26 include ../Makefile.master
  27 
  28 # Bootstrap problem --
  29 # 'cw' must be built before anything else can be built.
  30 
  31 BOOT_SUBDIRS= \
  32         cw
  33 
  34 COMMON_SUBDIRS= \
  35         codereview \
  36         codesign \
  37         cscope-fast \
  38         ctf \
  39         depcheck \
  40         env \
  41         findunref \
  42         ndrgen \
  43         onbld \
  44         pmodes \
  45         gk \
  46         install.bin \
  47         lintdump \
  48         protocmp \
  49         protolist \
  50         scripts
  51 
  52 #
  53 #  special versions of commands for use only in build
  54 #
  55 UNSHIPPED_SUBDIRS = \
  56         elfsign

  57 
  58 sparc_SUBDIRS= \
  59         chk4ubin \
  60         stabs \
  61         tokenize
  62 
  63 i386_SUBDIRS=           \
  64         aw              \
  65         elfextract      \
  66         mbh_patch
  67 
  68 LINTSUBDIRS= \
  69         codereview \
  70         ctf \
  71         cw \
  72         findunref \
  73         lintdump \
  74         ndrgen \
  75         protocmp \
  76         protolist




   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25 #
  26 
  27 include ../Makefile.master
  28 
  29 # Bootstrap problem --
  30 # 'cw' must be built before anything else can be built.
  31 
  32 BOOT_SUBDIRS= \
  33         cw
  34 
  35 COMMON_SUBDIRS= \
  36         codereview \
  37         codesign \
  38         cscope-fast \
  39         ctf \
  40         depcheck \
  41         env \
  42         findunref \
  43         ndrgen \
  44         onbld \
  45         pmodes \
  46         gk \
  47         install.bin \
  48         lintdump \
  49         protocmp \
  50         protolist \
  51         scripts
  52 
  53 #
  54 #  special versions of commands for use only in build
  55 #
  56 UNSHIPPED_SUBDIRS = \
  57         elfsign \
  58         mandoc
  59 
  60 sparc_SUBDIRS= \
  61         chk4ubin \
  62         stabs \
  63         tokenize
  64 
  65 i386_SUBDIRS=           \
  66         aw              \
  67         elfextract      \
  68         mbh_patch
  69 
  70 LINTSUBDIRS= \
  71         codereview \
  72         ctf \
  73         cw \
  74         findunref \
  75         lintdump \
  76         ndrgen \
  77         protocmp \
  78         protolist