Makefile revision 1725
90N/A# The contents of this file are subject to the terms of the 1451N/A# Common Development and Distribution License (the "License"). 90N/A# You may not use this file except in compliance with the License. 919N/A# See the License for the specific language governing permissions 919N/A# and limitations under the License. 919N/A# When distributing Covered Code, include this CDDL HEADER in each 919N/A# If applicable, add the following below this CDDL HEADER, with the 919N/A# fields enclosed by brackets "[]" replaced with your own identifying 919N/A# information: Portions Copyright [yyyy] [name of copyright owner] 919N/A# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. 90N/A# Userland default includes -mt which links with libthread which we don't need. 970N/A# libarchive's Makefile hard-codes some gcc-only flags in COMMON_CFLAGS, then 970N/A# appends CFLAGS to that. Reset the former here so we can build with Studio. 1451N/A# We need GNU awk for the following to work; hence the PATH tweak.