Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
3a8abe04137d028b8ebd1cb33152aefa55893efbStephen Gallagher#
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# CDDL HEADER START
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek#
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# The contents of this file are subject to the terms of the
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# Common Development and Distribution License, Version 1.0 only
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# (the "License"). You may not use this file except in compliance
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# with the License.
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek#
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# or http://www.opensolaris.org/os/licensing.
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# See the License for the specific language governing permissions
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# and limitations under the License.
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek#
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# When distributing Covered Code, include this CDDL HEADER in each
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# If applicable, add the following below this CDDL HEADER, with the
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# fields enclosed by brackets "[]" replaced with your own identifying
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# information: Portions Copyright [yyyy] [name of copyright owner]
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek#
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# CDDL HEADER END
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek#
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek#
# ident "%Z%%M% %I% %E% SMI"
#
# Copyright (c) 1993,2001 by Sun Microsystems, Inc.
# All rights reserved.
#
PROG= getfacl
include ../Makefile.cmd
.KEEP_STATE:
all: $(PROG)
install: all $(ROOTPROG)
clean:
lint: lint_PROG
include ../Makefile.targ