Makefile revision 5d4606d7857958f486a2dc8cb37c99a0b72335d6
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# CDDL HEADER START
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# The contents of this file are subject to the terms of the
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# Common Development and Distribution License (the "License").
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# You may not use this file except in compliance with the License.
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# See the License for the specific language governing permissions
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# and limitations under the License.
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# When distributing Covered Code, include this CDDL HEADER in each
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# If applicable, add the following below this CDDL HEADER, with the
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# fields enclosed by brackets "[]" replaced with your own identifying
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# information: Portions Copyright [yyyy] [name of copyright owner]
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# CDDL HEADER END
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# Use is subject to license terms.
9113a79cf228b8f7bd509b1328adf88659dfe218eschrock# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
PROG= alias
ALIASPROG= \
cksum \
cmp \
comm \
cut \
join \
logname \
paste \
rev \
sleep \
sum \
tee \
uniq \
$(INS.link)
$(INS.link)
# Set common AST build flags (e.g., needed to support the math stuff).
OBJECTS= \
CPPFLAGS = \
CFLAGS += \
$(ASTCFLAGS)
CFLAGS64 += \
$(ASTCFLAGS64)
$(RM) alias
$(POST_PROCESS)