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