Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
353N/A#
353N/A# CDDL HEADER START
353N/A#
353N/A# The contents of this file are subject to the terms of the
353N/A# Common Development and Distribution License (the "License").
353N/A# You may not use this file except in compliance with the License.
353N/A#
353N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
353N/A# or http://www.opensolaris.org/os/licensing.
353N/A# See the License for the specific language governing permissions
353N/A# and limitations under the License.
353N/A#
353N/A# When distributing Covered Code, include this CDDL HEADER in each
353N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
353N/A# If applicable, add the following below this CDDL HEADER, with the
353N/A# fields enclosed by brackets "[]" replaced with your own identifying
353N/A# information: Portions Copyright [yyyy] [name of copyright owner]
353N/A#
353N/A# CDDL HEADER END
353N/A#
353N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
353N/A# Use is subject to license terms.
353N/A#
353N/A# cmd/lp/crontab/Makefile
353N/A#
353N/A
353N/Ainclude ../Makefile.lp
353N/A
353N/AROOTCRONTABS = $(ROOT)/var/spool/cron/crontabs
353N/A
353N/APROG = lp
618N/AROOTCRONTABPROG = $(PROG:%=$(ROOTCRONTABS)/%)
353N/A
353N/A
353N/AFILEMODE = 400
353N/A
353N/A.KEEP_STATE:
353N/A
353N/Aall : $(PROG)
353N/A
353N/Ainstall: all $(ROOTCRONTABPROG)
353N/A
353N/A$(ROOTCRONTABS)/% : %
353N/A $(INS.file)
353N/A
353N/Aclobber clean strip lint:
353N/A