dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / gss / Makefile
blob4d6fec7f7d5a730fb772f6a06a255e27d8015e51
2 # CDDL HEADER START
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
7 # with the License.
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]
20 # CDDL HEADER END
23 # Copyright (c) 1997 - 1998 by Sun Microsystems, Inc.
24 # All rights reserved.
26 #ident "%Z%%M% %I% %E% SMI"
28 # cmd/gss/Makefile
30 # include global definitions
31 include ../../Makefile.master
33 COMMON_SUBDIRS= \
34 etc \
35 gssd \
36 gsscred \
37 gsscred_clean
39 i386_SUBDIRS=
41 sparc_SUBDIRS=
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
52 DCSUBDIRS=
55 # commands that belong only to the basic security module
57 BSMSUBDIRS=
60 # commands not owned by the systems group
62 BWOSDIRS=
64 all := TARGET= all
65 install := TARGET= install
66 install_h := TARGET= install_h
67 check := TARGET= check
68 clean := TARGET= clean
69 clobber := TARGET= clobber
70 _msg := TARGET= _msg
71 _dc := TARGET= _dc
73 .KEEP_STATE:
75 SUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
77 .PARALLEL: $(BWOSDIRS) $(SUBDIRS) $(MSGSUBDIRS) $(BSMSUBDIRS)
79 all install clean clobber: $(SUBDIRS) $(BSMSUBDIRS)
81 # those commands which install headers possibly needed by other commands.
82 install_h check:
84 _msg: $(MSGSUBDIRS) _dc
86 _dc: $(DCSUBDIRS)
88 $(BWOSDIRS) $(SUBDIRS) $(BSMSUBDIRS): FRC
89 @cd $@; pwd; $(MAKE) $(TARGET)
91 FRC: