Makefile revision f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01
86N/A#
86N/A# CDDL HEADER START
86N/A#
86N/A# The contents of this file are subject to the terms of the
86N/A# Common Development and Distribution License (the "License").
86N/A# You may not use this file except in compliance with the License.
86N/A#
86N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
86N/A# or http://www.opensolaris.org/os/licensing.
86N/A# See the License for the specific language governing permissions
86N/A# and limitations under the License.
86N/A#
86N/A# When distributing Covered Code, include this CDDL HEADER in each
86N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
86N/A# If applicable, add the following below this CDDL HEADER, with the
86N/A# fields enclosed by brackets "[]" replaced with your own identifying
86N/A# information: Portions Copyright [yyyy] [name of copyright owner]
86N/A#
86N/A# CDDL HEADER END
86N/A#
86N/A#
3817N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
86N/A# Use is subject to license terms.
86N/A#
86N/A#ident "%Z%%M% %I% %E% SMI"
86N/A#
86N/A# cmd/tsol/tnd/Makefile
618N/A#
86N/APROG= tnd
86N/AOBJS= tnd.o
844N/A
844N/ASRCS= $(OBJS:.o=.c)
86N/A
1258N/AHDRS= tnd.h
86N/A
2899N/APOFILES = tnd.po
2899N/A
86N/Ainclude ../../Makefile.cmd
86N/A
86N/AMANIFEST= tnd.xml
86N/AROOTMANIFESTDIR = $(ROOTSVCNETWORK)
86N/ASVCMETHOD= svc-tnd
3817N/A$(ROOTMANIFEST) := FILEMODE= 444
3817N/A
2123N/AIFLAGS += -I.
1938N/ALDLIBS += -lnsl -ltsnet
1938N/ACPPFLAGS += $(IFLAGS)
86N/ACPPFLAGS += -DDEBUG
86N/A
86N/A.KEEP_STATE:
86N/A
86N/Aall: $(PROG)
86N/A
86N/Ainstall: all $(ROOTTSOLPROG) $(ROOTMANIFEST) $(ROOTSVCMETHOD) \
86N/A $(ROOTUSRSBIN)/$(PROG)
181N/A
86N/Aclean:
4337N/A $(RM) $(OBJS) tags
4337N/A
88N/Alint: lint_SRCS
88N/A
88N/Ainclude ../Makefile.targ