Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# CDDL HEADER START
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# The contents of this file are subject to the terms of the
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# Common Development and Distribution License, Version 1.0 only
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# (the "License"). You may not use this file except in compliance
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# with the License.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# See the License for the specific language governing permissions
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# and limitations under the License.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# CDDL HEADER END
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# Use is subject to license terms.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# ident "%Z%%M% %I% %E% SMI"
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# Removing sysadm: deleted $(SYSADMPROG) from this target.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore groups.o call_pass.o userdefs.o messages.o \
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'AmoreDEL_OBJ= userdel.o call_pass.o rmfiles.o isbusy.o \
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'AmoreMOD_OBJ= usermod.o uid.o movedir.o groups.o \
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'AmoreCPPFLAGS= -I$(HERE) -I$(LOCAL) $(CPPFLAGS.master)
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amoreinstall: all .WAIT $(ROOTSKEL) $(INSSBINPROG) $(INSSKELFILE)
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore $(LN) $(ROOTUSRSBIN)/$(USERADD) $(ROOTUSRSBIN)/$(ROLEADD)
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore $(LN) $(ROOTUSRSBIN)/$(USERDEL) $(ROOTUSRSBIN)/$(ROLEDEL)