Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# CDDL HEADER START
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# The contents of this file are subject to the terms of the
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# Common Development and Distribution License (the "License").
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# You may not use this file except in compliance with the License.
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# See the License for the specific language governing permissions
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# and limitations under the License.
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# When distributing Covered Code, include this CDDL HEADER in each
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# If applicable, add the following below this CDDL HEADER, with the
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# fields enclosed by brackets "[]" replaced with your own identifying
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# information: Portions Copyright [yyyy] [name of copyright owner]
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# CDDL HEADER END
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina# Use is subject to license terms.
bda8039465a0084fb380e878c8f9ea3e900505eaPavel Březinaiiadm := LDLIBS += -lnsctl -ldscfg -lunistat -lm
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel BřezinaLINTFLAGS += -Xa -n -s -x -m -u -Dlint -errhdr=%user -D_DSW_ -DDEBUG
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel BřezinaLINTFLAGS += -erroff=E_SEC_SCANF_UNBOUNDED_COPY
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina -$(SYMLINK) ../bin/$(PROG1) $(ROOT)/usr/sbin/$(PROG1)
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina -$(SYMLINK) ../bin/$(PROG2) $(ROOT)/usr/sbin/$(PROG2)
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina -$(SYMLINK) ../bin/$(PROG3) $(ROOT)/usr/sbin/$(PROG3)
284937e6b5b0c9d7a1d3382d0d2820d1168842fbPavel Březina -$(SYMLINK) ../bin/$(PROG4) $(ROOT)/usr/sbin/$(PROG4)