Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
542N/A#
542N/A# CDDL HEADER START
943N/A#
542N/A# The contents of this file are subject to the terms of the
542N/A# Common Development and Distribution License, Version 1.0 only
919N/A# (the "License"). You may not use this file except in compliance
919N/A# with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
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#
919N/A# CDDL HEADER END
919N/A#
919N/A#
542N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
542N/A# Use is subject to license terms.
542N/A#
542N/A
542N/APROG= wificonfig
542N/AOBJS= wificonfig.o
542N/ASRCS= $(OBJS:%.o=%.c)
542N/A
542N/Ainclude ../../../Makefile.cmd
542N/A
810N/ALDLIBS += -lsecdb
542N/A
810N/A$(ROOTSBIN)/wificonfig := FILEMODE = 04755
810N/AROOTUSRSBINLINKS = $(ROOTUSRSBIN)/$(PROG)
810N/ACERRWARN += -_gcc=-Wno-char-subscripts
542N/ACERRWARN += -_gcc=-Wno-parentheses
851N/A
542N/A.KEEP_STATE:
542N/A
542N/Aall: $(PROG)
542N/A
542N/A_msg: $(POFILE)
542N/A
542N/ACPPFLAGS += -I$(SRC)/uts/common
542N/A
542N/ASECLEVEL = standard
542N/A
542N/A$(PROG): $(OBJS)
542N/A $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
922N/A $(POST_PROCESS)
851N/A
851N/Ainstall: all $(ROOTSBINPROG) $(ROOTUSRSBINLINKS)
963N/A
851N/A$(ROOTUSRSBINLINKS):
963N/A -$(RM) $@; $(SYMLINK) ../../sbin/$(PROG) $@
851N/A
542N/Aclean:
$(RM) $(OBJS)
lint: lint_SRCS
include ../../../Makefile.targ