Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
6b183c64a3281491f8232959a5ece303b4499706Mark Andrews# CDDL HEADER START
5a8f2f0cd67a5dd93d95e6a0935d4805721c3a0bMichał Kępień# The contents of this file are subject to the terms of the
5a8f2f0cd67a5dd93d95e6a0935d4805721c3a0bMichał Kępień# Common Development and Distribution License (the "License").
5a8f2f0cd67a5dd93d95e6a0935d4805721c3a0bMichał Kępień# You may not use this file except in compliance with the License.
e2cc7418bf895d22854d84590b63905fac0d4b90Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
36ec0d374836d070ba05b495e6f0a27f60e94476Evan Hunt# See the License for the specific language governing permissions
36ec0d374836d070ba05b495e6f0a27f60e94476Evan Hunt# and limitations under the License.
e446fd29b9c6c4a7b6b5bb0aee3932578c346718Mukund Sivaraman# When distributing Covered Code, include this CDDL HEADER in each
f896f7c8be894a737998b97008a1389e72972fcfMukund Sivaraman# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e446fd29b9c6c4a7b6b5bb0aee3932578c346718Mukund Sivaraman# If applicable, add the following below this CDDL HEADER, with the
027a4a5b5d806290146ce4989d34be2c8a664e8cMukund Sivaraman# fields enclosed by brackets "[]" replaced with your own identifying
027a4a5b5d806290146ce4989d34be2c8a664e8cMukund Sivaraman# information: Portions Copyright [yyyy] [name of copyright owner]
b5252fcde512405a68dd4becfe683d9763bd0feaMukund Sivaraman# CDDL HEADER END
b5252fcde512405a68dd4becfe683d9763bd0feaMukund Sivaraman# Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
62f2fefaec754e6a4841ff0e72726e6c0cd89c86Michał Kępień# duplicate ROOTLIBFSTYPE value needed for installation rule
b351a5864727a390e06d787e522b141ca760590fMichał Kępień# we must define this before including Makefile.fstype
b351a5864727a390e06d787e522b141ca760590fMichał Kępień $(RM) $@; $(SYMLINK) ../../../../etc/fs/$(FSTYPE)/$(LIBPROG) $@
8008de0b11bacb3de3a1016c8c0a46f3c0653184Mark AndrewsCOMMON= $(FSLIB) nfs_sec.o replica.o nfs_subr.o selfcheck.o smfcfg.o
8008de0b11bacb3de3a1016c8c0a46f3c0653184Mark AndrewsOBJS= $(LIBPROG).o $(COMMON) webnfs_client.o webnfs_xdr.o
8008de0b11bacb3de3a1016c8c0a46f3c0653184Mark AndrewsSRCS= $(LIBPROG).c $(FSLIBSRC) ../lib/nfs_sec.c ../lib/replica.c \
8008de0b11bacb3de3a1016c8c0a46f3c0653184Mark Andrews ../lib/nfs_subr.c webnfs_xdr.c webnfs_client.c ../lib/selfcheck.c \
a2a0100e0fc73c0af67a7c9e3524816954448dc6Evan Hunt# Message catalog
7ff682f3c628d785048bbe0242e6a32ea26c6747Michał Kępień# message catalog
cbb33c87f4bcf415c840acb61c9d4642c3c2a8e0Michał Kępieńlint: webnfs.h webnfs_xdr.c webnfs_client.c lint_SRCS