4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License, Version 1.0 only
6 # (the "License"). You may not use this file except in compliance
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # or http://www.opensolaris.org/os/licensing.
11 # See the License for the specific language governing permissions
12 # and limitations under the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
23 # Copyright (c) 1997 - 1998 by Sun Microsystems, Inc.
24 # All rights reserved.
26 #ident "%Z%%M% %I% %E% SMI"
30 # include global definitions
31 include ..
/..
/Makefile.master
44 # commands that are messaged
45 # note that 'lp' comes first (see previous comment about 'lp')
47 MSGSUBDIRS
= gssd gsscred
50 # commands that use dcgettext for localized time, LC_TIME
55 # commands that belong only to the basic security module
60 # commands not owned by the systems group
65 install := TARGET
= install
66 install_h
:= TARGET
= install_h
67 check := TARGET
= check
68 clean := TARGET
= clean
69 clobber := TARGET
= clobber
76 SUBDIRS
= $(COMMON_SUBDIRS
) $($(MACH
)_SUBDIRS
)
78 .PARALLEL
: $(BWOSDIRS
) $(SUBDIRS
) $(MSGSUBDIRS
) $(BSMSUBDIRS
)
80 all install clean clobber lint
: $(SUBDIRS
) $(BSMSUBDIRS
)
82 # those commands which install headers possibly needed by other commands.
85 _msg
: $(MSGSUBDIRS
) _dc
89 $(BWOSDIRS
) $(SUBDIRS
) $(BSMSUBDIRS
): FRC
90 @cd
$@
; pwd
; $(MAKE
) $(TARGET
)