Makefile revision a192e900f6d2b0e1a822e3252c0dfd795ed49d76
305N/A#
305N/A# CDDL HEADER START
305N/A#
305N/A# The contents of this file are subject to the terms of the
305N/A# Common Development and Distribution License (the "License").
305N/A# You may not use this file except in compliance with the License.
305N/A#
305N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
305N/A# or http://www.opensolaris.org/os/licensing.
305N/A# See the License for the specific language governing permissions
305N/A# and limitations under the License.
305N/A#
305N/A# When distributing Covered Code, include this CDDL HEADER in each
305N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
305N/A# If applicable, add the following below this CDDL HEADER, with the
305N/A# fields enclosed by brackets "[]" replaced with your own identifying
305N/A# information: Portions Copyright [yyyy] [name of copyright owner]
305N/A#
305N/A# CDDL HEADER END
305N/A#
305N/A#
305N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5680N/A# Use is subject to license terms.
305N/A#
5969N/A#ident "%Z%%M% %I% %E% SMI"
305N/A#
305N/A# cmd/syslogd/Makefile
305N/A#
2912N/A
5854N/APROG= syslogd
586N/AMANIFEST= system-log.xml
618N/ASVCMETHOD= system-log
586N/ADEFAULTFILES= syslogd.dfl
305N/A
844N/Ainclude ../Makefile.cmd
5854N/A
305N/ASUBDIRS= $(MACH)
4949N/A
5854N/Aall := TARGET = all
305N/Ainstall := TARGET = install
305N/Aclean := TARGET = clean
305N/Aclobber := TARGET = clobber
1765N/Alint := TARGET = lint
305N/A
305N/AROOTMANIFESTDIR= $(ROOTSVCSYSTEM)
844N/A
1765N/A.KEEP_STATE:
305N/A
2899N/Aall clean clobber lint: $(SUBDIRS)
2899N/A
6010N/Ainstall: $(ROOTMANIFEST) $(ROOTSVCMETHOD) $(ROOTETCDEFAULTFILES) $(SUBDIRS)
6010N/A
6010N/Acheck: $(CHKMANIFEST)
6010N/A
6010N/A$(SUBDIRS): FRC
6010N/A @cd $@; pwd; $(MAKE) $(TARGET)
6010N/A
6010N/AFRC:
5680N/A
5680N/Ainclude ../Makefile.targ
5680N/A