3252 Need a proper flock() implementation
[unleashed.git] / usr / src / cmd / gss / Makefile
blob612db7e41eab9d5b098abc5c90dd8eacb886c291
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 lint := TARGET= lint
71 _msg := TARGET= _msg
72 _dc := TARGET= _dc
74 .KEEP_STATE:
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.
83 install_h check:
85 _msg: $(MSGSUBDIRS) _dc
87 _dc: $(DCSUBDIRS)
89 $(BWOSDIRS) $(SUBDIRS) $(BSMSUBDIRS): FRC
90 @cd $@; pwd; $(MAKE) $(TARGET)
92 FRC: