Makefile revision 0e42dee69ed771bf604dd1789fca9d77b5bbe302
1503N/A#
1503N/A# CDDL HEADER START
1503N/A#
1503N/A# The contents of this file are subject to the terms of the
1503N/A# Common Development and Distribution License (the "License").
1503N/A# You may not use this file except in compliance with the License.
1503N/A#
1503N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1503N/A# or http://www.opensolaris.org/os/licensing.
1503N/A# See the License for the specific language governing permissions
1503N/A# and limitations under the License.
1503N/A#
1503N/A# When distributing Covered Code, include this CDDL HEADER in each
1503N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1503N/A# If applicable, add the following below this CDDL HEADER, with the
1503N/A# fields enclosed by brackets "[]" replaced with your own identifying
1503N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1503N/A#
1503N/A# CDDL HEADER END
1503N/A#
1503N/A#
2476N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
1503N/A# Use is subject to license terms.
1503N/A#
1503N/A# ident "%Z%%M% %I% %E% SMI"
1503N/A#
1503N/A
1503N/APROG= fstyp
1503N/A
1503N/Ainclude ../Makefile.cmd
1503N/A
1503N/ALDLIBS += -lnvpair -lfstyp
1503N/A
1503N/ACPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS
1503N/A
1503N/ACFLAGS += $(CCVERBOSE)
2899N/A
2899N/A# This flag is being added only for SCO (x86) compatibility
1503N/ACFLAGS += $(iBCS2FLAG)
1503N/A
1503N/A.KEEP_STATE:
1503N/A
1503N/Aall: $(PROG)
1503N/A
1503N/Ainstall: all $(ROOTUSRSBINPROG)
1503N/A -$(RM) $(ROOTETCPROG)
2476N/A -$(SYMLINK) ../usr/sbin/$(PROG) $(ROOTETCPROG)
1503N/A
1503N/Aclean:
1503N/A $(RM) $(OBJS)
1503N/A
1503N/Alint: lint_PROG
1503N/A
1503N/Ainclude ../Makefile.targ
1503N/A