Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
308N/A#
308N/A# CDDL HEADER START
308N/A#
308N/A# The contents of this file are subject to the terms of the
308N/A# Common Development and Distribution License (the "License").
308N/A# You may not use this file except in compliance with the License.
308N/A#
308N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
308N/A# or http://www.opensolaris.org/os/licensing.
308N/A# See the License for the specific language governing permissions
308N/A# and limitations under the License.
308N/A#
308N/A# When distributing Covered Code, include this CDDL HEADER in each
308N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
308N/A# If applicable, add the following below this CDDL HEADER, with the
308N/A# fields enclosed by brackets "[]" replaced with your own identifying
308N/A# information: Portions Copyright [yyyy] [name of copyright owner]
308N/A#
308N/A# CDDL HEADER END
308N/A#
1062N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
308N/A# Use is subject to license terms.
308N/A#
308N/A
308N/AOBJS= inityp2l ypmap2src
308N/A
308N/Ainclude $(SRC)/cmd/Makefile.cmd
308N/A
308N/A# install directories
308N/ANETSVC = $(ROOTLIB)/netsvc
308N/ANETYP = $(NETSVC)/yp
308N/AROOTNETYPFILES= $(OBJS:%=$(NETYP)/%)
308N/A
308N/A$(NETSVC) := FILEMODE=555
308N/A
308N/Aall: FRC $(OBJS)
308N/A
308N/Ainstall: all $(ROOTNETYPFILES)
308N/A
308N/Aclean: FRC $(OBJS)
308N/A $(RM) $(OBJS)
308N/A
308N/Aclobber: FRC $(OBJS)
308N/A $(RM) $(OBJS)
308N/A
308N/Aclean: FRC
308N/A
308N/Aclobber: FRC
308N/A
308N/Alint: FRC
308N/A
1062N/A$(NETYP)/ypmap2src: ypmap2src
308N/A $(INS.file) ypmap2src
308N/A
308N/A$(NETYP)/inityp2l: inityp2l
308N/A $(INS.file) inityp2l
308N/A
308N/AFRC:
308N/A