Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
14a41f02433890d19b2f871156271e3388cd0845Jens Elkner# CDDL HEADER START
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# The contents of this file are subject to the terms of the
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# Common Development and Distribution License, Version 1.0 only
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# (the "License"). You may not use this file except in compliance
59b6a8c0cc6ef741a7180504b3c371e67c2aa338Knut Anders Hatlen# with the License.
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# See the License for the specific language governing permissions
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# and limitations under the License.
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# When distributing Covered Code, include this CDDL HEADER in each
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# If applicable, add the following below this CDDL HEADER, with the
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# fields enclosed by brackets "[]" replaced with your own identifying
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# information: Portions Copyright [yyyy] [name of copyright owner]
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# CDDL HEADER END
14a41f02433890d19b2f871156271e3388cd0845Jens Elkner# Copyright 2005 Sun Microsystems, Inc.
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# All rights reserved. Use is subject to license terms.
14a41f02433890d19b2f871156271e3388cd0845Jens Elkner# ident "%Z%%M% %I% %E% SMI"
a46f72a555abdeca43d8b4041026c003013d5d19Vladimir KotalSRCS= nfsmapid.c nfsmapid_server.c nfsmapid_resolv.c
a46f72a555abdeca43d8b4041026c003013d5d19Vladimir KotalCPPFLAGS += -I../lib -D_POSIX_PTHREAD_SEMANTICS
a46f72a555abdeca43d8b4041026c003013d5d19Vladimir Kotal $(LINK.c) -zignore -o $@ $(DOBJ) $(OBJS) $(LDLIBS)