Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# CDDL HEADER START
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# The contents of this file are subject to the terms of the
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# Common Development and Distribution License, Version 1.0 only
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# (the "License"). You may not use this file except in compliance
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# with the License.
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# See the License for the specific language governing permissions
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# and limitations under the License.
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# When distributing Covered Code, include this CDDL HEADER in each
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# If applicable, add the following below this CDDL HEADER, with the
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# fields enclosed by brackets "[]" replaced with your own identifying
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# information: Portions Copyright [yyyy] [name of copyright owner]
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# CDDL HEADER END
f4b3ec61df05330d25f55a36b975b4d7519fdeb1dh#ident "%Z%%M% %I% %E% SMI"
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# Copyright (c) 2000 by Sun Microsystems, Inc.
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# All rights reserved.
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguireETCPROG= options.tmpl options.ttya.tmpl myisp-chat.tmpl
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguireETCPPPPROG= $(ETCPROG:%=$(ETCPPPDIR)/%) $(ETCPEERS:%=$(ETCPEERSDIR)/%)
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# This is here to allow the make command to override this value;
a192e900f6d2b0e1a822e3252c0dfd795ed49d76amaguire# setting it to 0644 simplifies packaging.