Makefile revision 67e3a03ed4a2813074d36330f062ed6e593a4937
97a9a944b5887e91042b019776c41d5dd74557aferikabele# CDDL HEADER START
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# The contents of this file are subject to the terms of the
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# Common Development and Distribution License (the "License").
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# You may not use this file except in compliance with the License.
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc# See the License for the specific language governing permissions
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd# and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
2e545ce2450a9953665f701bb05350f0d3f26275nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# If applicable, add the following below this CDDL HEADER, with the
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# fields enclosed by brackets "[]" replaced with your own identifying
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd# information: Portions Copyright [yyyy] [name of copyright owner]
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd# CDDL HEADER END
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd# Use is subject to license terms.
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# ident "%Z%%M% %I% %E% SMI"
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# As programs get lint-clean, add them here. Eventually.
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# This hack should go away, and all in PROG should be lint-clean.
737a1f4117ce00c29a1b78b93db08e4a273ab2edtrawick# Likewise, as subdirs get lint-clean, add them here. Once
a99c5d4cc3cab6a62b04d52000dbc22ce1fa2d94coar# they're all clean, replace the dependency of the lint target
737a1f4117ce00c29a1b78b93db08e4a273ab2edtrawick# with SUBDIRS. Also (sigh) deal with the commented-out build lines
737a1f4117ce00c29a1b78b93db08e4a273ab2edtrawick# for the lint rule.
57c845e03570b3641fbf41d4f139e2a9b49e406andCPPFLAGS += -DSYSV -DSTRNET -DBSD_COMP -I$(CMDINETCOMMONDIR)
57c845e03570b3641fbf41d4f139e2a9b49e406and# Eventually just plain CFLAGS should be += -v, but not until all in
57c845e03570b3641fbf41d4f139e2a9b49e406and# PROGS are lint clean.
57c845e03570b3641fbf41d4f139e2a9b49e406and# Enable large file support for reading the lastlog file.
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd# "-erroff=E_NAME_USED_NOT_DEF2" and "-erroff=E_NAME_DEF_NOT_USED2"
737a1f4117ce00c29a1b78b93db08e4a273ab2edtrawick# are required because lint problems in the Kerberos 5 framework.
f62b18826543540786ffb2db5b2e25c01e6e8625erikabele# Extra source files to lint with
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd $(SUBDIRS) $(ROOTSUNWRCP) $(ROOTRSHSYMLINK) $(ROOTREMSHSYMLINK)
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# Messaging - copy $POFILES to $POFILE to work with the parent directory
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd# Makefile's '_msg' target.
$(ROOTSUNWRCP):
$(ROOTRSHSYMLINK):
$(ROOTREMSHSYMLINK):
FRC:
echo $(CLOBBERFILES)
$(LINTLOCALS):