Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
258N/A#
1472N/A# CDDL HEADER START
258N/A#
258N/A# The contents of this file are subject to the terms of the
258N/A# Common Development and Distribution License, Version 1.0 only
258N/A# (the "License"). You may not use this file except in compliance
258N/A# with the License.
258N/A#
258N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
258N/A# or http://www.opensolaris.org/os/licensing.
258N/A# See the License for the specific language governing permissions
258N/A# and limitations under the License.
258N/A#
258N/A# When distributing Covered Code, include this CDDL HEADER in each
258N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
258N/A# If applicable, add the following below this CDDL HEADER, with the
258N/A# fields enclosed by brackets "[]" replaced with your own identifying
258N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1472N/A#
1472N/A# CDDL HEADER END
1472N/A#
258N/A#
258N/A#ident "%W% %E% SMI"
258N/A#
258N/A# Copyright (c) 1999 by Sun Microsystems, Inc.
258N/A# All rights reserved.
258N/A#
258N/A# cmd/cmd-inet/etc/dhcp/Makefile
258N/A#
258N/A
258N/ADHCPDIR= dhcp
258N/AETCPROG= inittab
258N/A
258N/Ainclude ../../../Makefile.cmd
258N/A
258N/AETCDHCPDIR= $(ROOTETC)/$(DHCPDIR)
258N/AETCDHCPPROG= $(ETCPROG:%=$(ETCDHCPDIR)/%)
258N/A
258N/AFILEMODE= 0644
258N/AOWNER= root
258N/AGROUP= sys
258N/A
258N/A.KEEP_STATE:
258N/A
258N/Aall: $(ETCPROG)
258N/A
258N/Ainstall: all $(ETCDHCPDIR) $(ETCDHCPPROG)
258N/A
258N/A$(ETCDHCPDIR)/% : %
258N/A $(INS.file)
258N/A
258N/A$(ETCDHCPDIR):
258N/A $(INS.dir)
FRC:
clean clobber lint: