7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift#
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# CDDL HEADER START
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift#
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# The contents of this file are subject to the terms of the
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# Common Development and Distribution License, Version 1.0 only
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# (the "License"). You may not use this file except in compliance
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# with the License.
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift#
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# or http://www.opensolaris.org/os/licensing.
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# See the License for the specific language governing permissions
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# and limitations under the License.
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift#
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# When distributing Covered Code, include this CDDL HEADER in each
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# If applicable, add the following below this CDDL HEADER, with the
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# fields enclosed by brackets "[]" replaced with your own identifying
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# information: Portions Copyright [yyyy] [name of copyright owner]
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift#
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# CDDL HEADER END
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift#
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift#
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# Copyright (c) 1989 by Sun Microsystems, Inc.
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift#
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swiftPROG= ln
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swiftinclude ../Makefile.ucbcmd
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swiftFILEMODE= 755
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swiftCERRWARN += -_gcc=-Wno-implicit-function-declaration
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swiftCERRWARN += -_gcc=-Wno-unused-label
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift.KEEP_STATE:
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swiftall: $(PROG)
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swiftinstall: all $(ROOTPROG)
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swiftclean:
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swiftlint: lint_PROG
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swiftinclude ../Makefile.ucbtarg
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift