c0c79a3f09914f35651895ffc111883455b7f62dtz#
c0c79a3f09914f35651895ffc111883455b7f62dtz# CDDL HEADER START
c0c79a3f09914f35651895ffc111883455b7f62dtz#
c0c79a3f09914f35651895ffc111883455b7f62dtz# The contents of this file are subject to the terms of the
c0c79a3f09914f35651895ffc111883455b7f62dtz# Common Development and Distribution License (the "License").
c0c79a3f09914f35651895ffc111883455b7f62dtz# You may not use this file except in compliance with the License.
c0c79a3f09914f35651895ffc111883455b7f62dtz#
c0c79a3f09914f35651895ffc111883455b7f62dtz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c0c79a3f09914f35651895ffc111883455b7f62dtz# or http://www.opensolaris.org/os/licensing.
c0c79a3f09914f35651895ffc111883455b7f62dtz# See the License for the specific language governing permissions
c0c79a3f09914f35651895ffc111883455b7f62dtz# and limitations under the License.
c0c79a3f09914f35651895ffc111883455b7f62dtz#
c0c79a3f09914f35651895ffc111883455b7f62dtz# When distributing Covered Code, include this CDDL HEADER in each
c0c79a3f09914f35651895ffc111883455b7f62dtz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c0c79a3f09914f35651895ffc111883455b7f62dtz# If applicable, add the following below this CDDL HEADER, with the
c0c79a3f09914f35651895ffc111883455b7f62dtz# fields enclosed by brackets "[]" replaced with your own identifying
c0c79a3f09914f35651895ffc111883455b7f62dtz# information: Portions Copyright [yyyy] [name of copyright owner]
c0c79a3f09914f35651895ffc111883455b7f62dtz#
c0c79a3f09914f35651895ffc111883455b7f62dtz# CDDL HEADER END
c0c79a3f09914f35651895ffc111883455b7f62dtz#
c0c79a3f09914f35651895ffc111883455b7f62dtz#
c0c79a3f09914f35651895ffc111883455b7f62dtz# Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
5b7f77ad52bf657ba49d64d16f527e958d0fb820tw#
c0c79a3f09914f35651895ffc111883455b7f62dtz#
c0c79a3f09914f35651895ffc111883455b7f62dtz
c0c79a3f09914f35651895ffc111883455b7f62dtzFSTYPE= nfs
c0c79a3f09914f35651895ffc111883455b7f62dtzTYPEPROG= nfsd
c0c79a3f09914f35651895ffc111883455b7f62dtzATTMK= $(TYPEPROG)
c0c79a3f09914f35651895ffc111883455b7f62dtz
0ad2061eab39cb8631cb8f2e91ce483699f50425gwwinclude ../../Makefile.fstype
0ad2061eab39cb8631cb8f2e91ce483699f50425gww
0ad2061eab39cb8631cb8f2e91ce483699f50425gwwLDLIBS += -lnsl -lnvpair -lscf
0ad2061eab39cb8631cb8f2e91ce483699f50425gww
0ad2061eab39cb8631cb8f2e91ce483699f50425gwwLOCAL= nfsd.o
0ad2061eab39cb8631cb8f2e91ce483699f50425gwwOBJS= $(LOCAL) nfs_tbind.o thrpool.o daemon.o smfcfg.o
0ad2061eab39cb8631cb8f2e91ce483699f50425gwwSRCS= $(LOCAL:%.o=%.c) ../lib/nfs_tbind.c ../lib/thrpool.c ../lib/daemon.c \
0ad2061eab39cb8631cb8f2e91ce483699f50425gww ../lib/smfcfg.c
0ad2061eab39cb8631cb8f2e91ce483699f50425gww
0ad2061eab39cb8631cb8f2e91ce483699f50425gwwCPPFLAGS += -I../lib
0ad2061eab39cb8631cb8f2e91ce483699f50425gwwCERRWARN += -_gcc=-Wno-parentheses
0ad2061eab39cb8631cb8f2e91ce483699f50425gwwCERRWARN += -_gcc=-Wno-unused-variable
0ad2061eab39cb8631cb8f2e91ce483699f50425gwwCERRWARN += -_gcc=-Wno-switch
c0c79a3f09914f35651895ffc111883455b7f62dtzCERRWARN += -_gcc=-Wno-extra
c0c79a3f09914f35651895ffc111883455b7f62dtz
c0c79a3f09914f35651895ffc111883455b7f62dtz$(TYPEPROG): $(OBJS)
c0c79a3f09914f35651895ffc111883455b7f62dtz $(CC) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)
c0c79a3f09914f35651895ffc111883455b7f62dtz $(POST_PROCESS)
c0c79a3f09914f35651895ffc111883455b7f62dtz
c0c79a3f09914f35651895ffc111883455b7f62dtznfs_tbind.o: ../lib/nfs_tbind.c
c0c79a3f09914f35651895ffc111883455b7f62dtz $(COMPILE.c) ../lib/nfs_tbind.c
c0c79a3f09914f35651895ffc111883455b7f62dtz
c0c79a3f09914f35651895ffc111883455b7f62dtzthrpool.o: ../lib/thrpool.c
c0c79a3f09914f35651895ffc111883455b7f62dtz $(COMPILE.c) ../lib/thrpool.c
0ad2061eab39cb8631cb8f2e91ce483699f50425gww
0ad2061eab39cb8631cb8f2e91ce483699f50425gwwdaemon.o: ../lib/daemon.c
0ad2061eab39cb8631cb8f2e91ce483699f50425gww $(COMPILE.c) ../lib/daemon.c
0ad2061eab39cb8631cb8f2e91ce483699f50425gww
0ad2061eab39cb8631cb8f2e91ce483699f50425gwwsmfcfg.o: ../lib/smfcfg.c
0ad2061eab39cb8631cb8f2e91ce483699f50425gww $(COMPILE.c) ../lib/smfcfg.c
0ad2061eab39cb8631cb8f2e91ce483699f50425gww
0ad2061eab39cb8631cb8f2e91ce483699f50425gwwclean:
0ad2061eab39cb8631cb8f2e91ce483699f50425gww $(RM) $(OBJS)
c0c79a3f09914f35651895ffc111883455b7f62dtz
c0c79a3f09914f35651895ffc111883455b7f62dtzlint: $(SRCS) lint_SRCS
c0c79a3f09914f35651895ffc111883455b7f62dtz