3 #
   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 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  23 
  24 # include global definitions
  25 include Makefile.master
  26 
  27 #
  28 # As pieces are made lint-clean, add them here so the nightly build
  29 # can be used to keep them that way.
  30 #
  31 COMMON_SUBDIRS = \
  32         cmd/acctadm \
  33         cmd/asa \
  34         cmd/amt \
  35         cmd/audio/audioctl \
  36         cmd/audio/audiotest \
  37         cmd/audit \
  38         cmd/auditconfig \
  39         cmd/auditd \
  40         cmd/auditreduce \
  41         cmd/auditstat \
  42         cmd/auths \
 
 
 307         cmd/ul \
 308         cmd/userattr \
 309         cmd/users \
 310         cmd/utmp_update \
 311         cmd/utmpd \
 312         cmd/valtools \
 313         cmd/vrrpadm \
 314         cmd/vt \
 315         cmd/wall \
 316         cmd/who \
 317         cmd/whodo \
 318         cmd/wracct \
 319         cmd/wusbadm \
 320         cmd/xargs \
 321         cmd/xstr \
 322         cmd/yes \
 323         cmd/yppasswd \
 324         cmd/zdb \
 325         cmd/zdump \
 326         cmd/zfs \
 327         cmd/zinject \
 328         cmd/zlogin \
 329         cmd/zoneadm \
 330         cmd/zoneadmd \
 331         cmd/zonecfg \
 332         cmd/zonename \
 333         cmd/zpool \
 334         cmd/zlook \
 335         cmd/ztest \
 336         lib/abi \
 337         lib/auditd_plugins \
 338         lib/libbe \
 339         lib/pylibbe \
 340         lib/brand/sn1 \
 341         lib/brand/solaris10 \
 342         lib/crypt_modules \
 343         lib/extendedFILE \
 344         lib/libadm \
 345         lib/libadutils \
 346         lib/libadt_jni \
  
 | 
 
 
   3 #
   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 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright (c) 2012 by Delphix. All rights reserved.
  24 
  25 # include global definitions
  26 include Makefile.master
  27 
  28 #
  29 # As pieces are made lint-clean, add them here so the nightly build
  30 # can be used to keep them that way.
  31 #
  32 COMMON_SUBDIRS = \
  33         cmd/acctadm \
  34         cmd/asa \
  35         cmd/amt \
  36         cmd/audio/audioctl \
  37         cmd/audio/audiotest \
  38         cmd/audit \
  39         cmd/auditconfig \
  40         cmd/auditd \
  41         cmd/auditreduce \
  42         cmd/auditstat \
  43         cmd/auths \
 
 
 308         cmd/ul \
 309         cmd/userattr \
 310         cmd/users \
 311         cmd/utmp_update \
 312         cmd/utmpd \
 313         cmd/valtools \
 314         cmd/vrrpadm \
 315         cmd/vt \
 316         cmd/wall \
 317         cmd/who \
 318         cmd/whodo \
 319         cmd/wracct \
 320         cmd/wusbadm \
 321         cmd/xargs \
 322         cmd/xstr \
 323         cmd/yes \
 324         cmd/yppasswd \
 325         cmd/zdb \
 326         cmd/zdump \
 327         cmd/zfs \
 328         cmd/zhack \
 329         cmd/zinject \
 330         cmd/zlogin \
 331         cmd/zoneadm \
 332         cmd/zoneadmd \
 333         cmd/zonecfg \
 334         cmd/zonename \
 335         cmd/zpool \
 336         cmd/zlook \
 337         cmd/ztest \
 338         lib/abi \
 339         lib/auditd_plugins \
 340         lib/libbe \
 341         lib/pylibbe \
 342         lib/brand/sn1 \
 343         lib/brand/solaris10 \
 344         lib/crypt_modules \
 345         lib/extendedFILE \
 346         lib/libadm \
 347         lib/libadutils \
 348         lib/libadt_jni \
  
 |