Makefile revision 5ffb0c9b03b5149ff4f5821a62be4a52408ada2a
0N/A# The contents of this file are subject to the terms of the 0N/A# Common Development and Distribution License (the "License"). 0N/A# You may not use this file except in compliance with the License. 0N/A# See the License for the specific language governing permissions 0N/A# and limitations under the License. 0N/A# When distributing Covered Code, include this CDDL HEADER in each 0N/A# If applicable, add the following below this CDDL HEADER, with the 0N/A# fields enclosed by brackets "[]" replaced with your own identifying 0N/A# information: Portions Copyright [yyyy] [name of copyright owner] 2362N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 2362N/A# Use is subject to license terms. 0N/A# Copyright 2011 Nexenta Systems, Inc. All rights reserved. 0N/A# Copyright 2016 Toomas Soome <tsoome@me.com> 0N/A# As programs get lint-clean, add them here. Eventually. 0N/A# This hack should go away, and all in PROG should be lint-clean. 0N/A# Likewise, as subdirs get lint-clean, add them here. Once 0N/A# they're all clean, replace the dependency of the lint target 0N/A# with SUBDIRS. Also (sigh) deal with the commented-out build lines 0N/A# Eventually just plain CFLAGS should be += -v, but not until all in 0N/A# PROGS are lint clean. 0N/A# Enable large file support for reading the lastlog file. 0N/A# "-erroff=E_NAME_USED_NOT_DEF2" and "-erroff=E_NAME_DEF_NOT_USED2" 0N/A# are required because lint problems in the Kerberos 5 framework. 0N/A# Extra source files to lint with 0N/A# Messaging - copy $POFILES to $POFILE to work with the parent directory 0N/A# Makefile's '_msg' target.