747612c740f3dae2c06b9402fa4679344d115a5ahajma#
747612c740f3dae2c06b9402fa4679344d115a5ahajma# CDDL HEADER START
747612c740f3dae2c06b9402fa4679344d115a5ahajma#
747612c740f3dae2c06b9402fa4679344d115a5ahajma# The contents of this file are subject to the terms of the
747612c740f3dae2c06b9402fa4679344d115a5ahajma# Common Development and Distribution License, Version 1.0 only
747612c740f3dae2c06b9402fa4679344d115a5ahajma# (the "License"). You may not use this file except in compliance
747612c740f3dae2c06b9402fa4679344d115a5ahajma# with the License.
747612c740f3dae2c06b9402fa4679344d115a5ahajma#
747612c740f3dae2c06b9402fa4679344d115a5ahajma# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
747612c740f3dae2c06b9402fa4679344d115a5ahajma# or http://www.opensolaris.org/os/licensing.
747612c740f3dae2c06b9402fa4679344d115a5ahajma# See the License for the specific language governing permissions
747612c740f3dae2c06b9402fa4679344d115a5ahajma# and limitations under the License.
747612c740f3dae2c06b9402fa4679344d115a5ahajma#
747612c740f3dae2c06b9402fa4679344d115a5ahajma# When distributing Covered Code, include this CDDL HEADER in each
747612c740f3dae2c06b9402fa4679344d115a5ahajma# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# cmd/projects/Makefile
#
PROG= projects
include ../Makefile.cmd
LDLIBS += -lproject
.KEEP_STATE:
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-uninitialized
all: $(PROG)
install: all $(ROOTPROG)
clean:
lint: lint_PROG
include ../Makefile.targ