Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync#
5b281ba489ca18f0380d7efc7a5108b606cce449vboxsync# CDDL HEADER START
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync#
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync# The contents of this file are subject to the terms of the
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync# Common Development and Distribution License, Version 1.0 only
c58f1213e628a545081c70e26c6b67a841cff880vboxsync# (the "License"). You may not use this file except in compliance
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync# with the License.
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync#
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync# or http://www.opensolaris.org/os/licensing.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# See the License for the specific language governing permissions
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# and limitations under the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# If applicable, add the following below this CDDL HEADER, with the
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# CDDL HEADER END
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#ident "%Z%%M% %I% %E% SMI"
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync#
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync# Copyright (c) 1989, 1996 by Sun Microsystems, Inc.
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync# All rights reserved.
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync#
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync# cmd/fs.d/cachefs/fsck
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync#
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync
0933a70e3aa803a8762855b5b5ad591b03722075vboxsyncFSTYPE= cachefs
0933a70e3aa803a8762855b5b5ad591b03722075vboxsyncLIBPROG= fsck
0933a70e3aa803a8762855b5b5ad591b03722075vboxsyncATTMK= $(LIBPROG)
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync
0933a70e3aa803a8762855b5b5ad591b03722075vboxsyncinclude ../../Makefile.fstype
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync
0933a70e3aa803a8762855b5b5ad591b03722075vboxsyncPROGOBJS= fsck.o res.o dlog_ck.o
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync
0933a70e3aa803a8762855b5b5ad591b03722075vboxsyncinclude ../Makefile.cachefs
0933a70e3aa803a8762855b5b5ad591b03722075vboxsyncCPPFLAGS += -D_LARGEFILE64_SOURCE
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync$(LIBPROG) : $(CFSLIB)
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync$(PROGOBJS) : $(CACHEFSDIR)/subr.h $(CACHEFSDIR)/cachefsd.h
0933a70e3aa803a8762855b5b5ad591b03722075vboxsync