Makefile revision f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01
61N/A#
61N/A# CDDL HEADER START
61N/A#
61N/A# The contents of this file are subject to the terms of the
61N/A# Common Development and Distribution License (the "License").
61N/A# You may not use this file except in compliance with the License.
61N/A#
61N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
61N/A# or http://www.opensolaris.org/os/licensing.
61N/A# See the License for the specific language governing permissions
61N/A# and limitations under the License.
61N/A#
61N/A# When distributing Covered Code, include this CDDL HEADER in each
61N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
61N/A# If applicable, add the following below this CDDL HEADER, with the
61N/A# fields enclosed by brackets "[]" replaced with your own identifying
61N/A# information: Portions Copyright [yyyy] [name of copyright owner]
61N/A#
61N/A# CDDL HEADER END
61N/A#
75N/A#
75N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
5680N/A# Use is subject to license terms.
61N/A#
5680N/A#ident "%Z%%M% %I% %E% SMI"
61N/A#
61N/A# cmd/tsol/tnchkdb/Makefile
61N/A#
61N/APROG= tnchkdb
618N/A
844N/APOFILES= $(PROG).po
844N/A
618N/Ainclude ../../Makefile.cmd
1258N/A
61N/ALDLIBS += -ltsnet -ltsol
2899N/A
2899N/A.KEEP_STATE:
5680N/A
5680N/Aall: $(PROG)
5680N/A
5680N/Ainstall: all $(ROOTUSRSBINPROG)
1392N/A
181N/Aclean:
61N/A
99N/Alint: lint_PROG
322N/A
61N/Ainclude ../Makefile.targ
7243N/A