Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
651f50fab63220a4fdab7ac7bdd363ec676713aaMatt Sweeney#
651f50fab63220a4fdab7ac7bdd363ec676713aaMatt Sweeney# CDDL HEADER START
651f50fab63220a4fdab7ac7bdd363ec676713aaMatt Sweeney#
e0e25f8d302fa5ef03a5960832fd3eefec659ce3Matt Sweeney# The contents of this file are subject to the terms of the
e0e25f8d302fa5ef03a5960832fd3eefec659ce3Matt Sweeney# Common Development and Distribution License, Version 1.0 only
e0e25f8d302fa5ef03a5960832fd3eefec659ce3Matt Sweeney# (the "License"). You may not use this file except in compliance
651f50fab63220a4fdab7ac7bdd363ec676713aaMatt Sweeney# with the License.
651f50fab63220a4fdab7ac7bdd363ec676713aaMatt Sweeney#
651f50fab63220a4fdab7ac7bdd363ec676713aaMatt Sweeney# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
651f50fab63220a4fdab7ac7bdd363ec676713aaMatt Sweeney# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# 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
#
#
#ident "%Z%%M% %I% %E% SMI"
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
PROG= strace strerr strclean
include ../../Makefile.cmd
CFLAGS += $(CCVERBOSE)
FILEMODE= 0555
OWNER= root
GROUP= sys
.KEEP_STATE:
all: $(PROG)
install: all $(ROOTUSRSBINPROG)
-$(RM) $(ROOTBIN)/strace
-$(RM) $(ROOTBIN)/strerr
-$(RM) $(ROOTBIN)/strclean
-$(SYMLINK) ../sbin/strace $(ROOTBIN)/strace
-$(SYMLINK) ../sbin/strerr $(ROOTBIN)/strerr
-$(SYMLINK) ../sbin/strclean $(ROOTBIN)/strclean
clean:
lint: lint_PROG
include ../../Makefile.targ