Makefile revision 12f130f292b17d30e8cf927d99f846261c92105c
407N/A#
407N/A# CDDL HEADER START
407N/A#
407N/A# The contents of this file are subject to the terms of the
407N/A# Common Development and Distribution License (the "License").
407N/A# You may not use this file except in compliance with the License.
407N/A#
407N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
407N/A# or http://www.opensolaris.org/os/licensing.
407N/A# See the License for the specific language governing permissions
407N/A# and limitations under the License.
407N/A#
407N/A# When distributing Covered Code, include this CDDL HEADER in each
407N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
407N/A# If applicable, add the following below this CDDL HEADER, with the
407N/A# fields enclosed by brackets "[]" replaced with your own identifying
407N/A# information: Portions Copyright [yyyy] [name of copyright owner]
407N/A#
407N/A# CDDL HEADER END
407N/A#
407N/A#
407N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
407N/A# Use is subject to license terms.
407N/A#
407N/A
407N/APROG = sulogin
407N/AROOTFS_PROG = $(PROG)
407N/A
407N/Ainclude ../Makefile.cmd
407N/A
407N/ALDLIBS += -lsecdb
407N/A
407N/AFILEMODE = 0555
407N/A
407N/AOWNER = root
407N/AGROUP = bin
407N/A
407N/A.KEEP_STATE:
407N/A
407N/Aall: $(ROOTFS_PROG)
407N/A
407N/A$(PROG): $(PROG).c
407N/A $(LINK.c) $(PROG).c -o $@ $(LDLIBS)
407N/A $(POST_PROCESS)
407N/A
407N/Ainstall: all $(ROOTSBINPROG)
407N/A $(RM) $(ROOTETCPROG)
407N/A $(SYMLINK) ../sbin/$(PROG) $(ROOTETCPROG)
407N/A
407N/Aclean:
lint: lint_PROG
include ../Makefile.targ