Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
390N/A# The contents of this file are subject to the terms of the 0N/A# Common Development and Distribution License (the "License"). 0N/A# You may not use this file except in compliance with the License. 292N/A# See the License for the specific language governing permissions 292N/A# and limitations under the License. 0N/A# When distributing Covered Code, include this CDDL HEADER in each 0N/A# If applicable, add the following below this CDDL HEADER, with the 292N/A# fields enclosed by brackets "[]" replaced with your own identifying 292N/A# information: Portions Copyright [yyyy] [name of copyright owner] 292N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 292N/A# Use is subject to license terms. 0N/A# DIRS is directories to create. $(ETCINITD) [aka: /etc/init.d] is created $(ECHO) "building holidays";\
$(ECHO) "* @(#)holidays\tJanuary 1, `date +%Y`";\ $(ECHO) "* Curr\tPrime\tNon-Prime";\ $(ECHO) "* Year\tStart\tStart";\ $(ECHO) "* only the first column (month/day) is significiant.";\ $(ECHO) "* \t\tHoliday";\ $(ECHO) "1/1\t\tNew Years Day";\ $(ECHO) "7/4\t\tIndep. Day";\