Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
e32f2729ffc4e828e41a528f47a4815d4a1689f0Felix Gabriel Mance#
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner# CDDL HEADER START
e32f2729ffc4e828e41a528f47a4815d4a1689f0Felix Gabriel Mance#
e32f2729ffc4e828e41a528f47a4815d4a1689f0Felix Gabriel Mance# The contents of this file are subject to the terms of the
e32f2729ffc4e828e41a528f47a4815d4a1689f0Felix Gabriel Mance# Common Development and Distribution License, Version 1.0 only
e32f2729ffc4e828e41a528f47a4815d4a1689f0Felix Gabriel Mance# (the "License"). You may not use this file except in compliance
c0949afe66b701d624196bea79094dbfbeefa4abFelix Gabriel Mance# with the License.
e32f2729ffc4e828e41a528f47a4815d4a1689f0Felix Gabriel Mance#
e32f2729ffc4e828e41a528f47a4815d4a1689f0Felix Gabriel Mance# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e32f2729ffc4e828e41a528f47a4815d4a1689f0Felix Gabriel Mance# or http://www.opensolaris.org/os/licensing.
e32f2729ffc4e828e41a528f47a4815d4a1689f0Felix Gabriel Mance# See the License for the specific language governing permissions
e32f2729ffc4e828e41a528f47a4815d4a1689f0Felix Gabriel Mance# and limitations under the License.
a604cbad8e2202147b5c6bb9f2e06ae61162d654Felix Gabriel Mance#
a604cbad8e2202147b5c6bb9f2e06ae61162d654Felix Gabriel Mance# When distributing Covered Code, include this CDDL HEADER in each
80875f917d741946a39d0ec0b5721e46ba609823Till Mossakowski# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a604cbad8e2202147b5c6bb9f2e06ae61162d654Felix Gabriel Mance# If applicable, add the following below this CDDL HEADER, with the
a604cbad8e2202147b5c6bb9f2e06ae61162d654Felix Gabriel Mance# fields enclosed by brackets "[]" replaced with your own identifying
cb1375e6805fbe42b931c54dcc37674193443267Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
a604cbad8e2202147b5c6bb9f2e06ae61162d654Felix Gabriel Mance#
a604cbad8e2202147b5c6bb9f2e06ae61162d654Felix Gabriel Mance# CDDL HEADER END
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance#
80875f917d741946a39d0ec0b5721e46ba609823Till Mossakowski#
80875f917d741946a39d0ec0b5721e46ba609823Till Mossakowski#ident "%Z%%M% %I% %E% SMI"
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance#
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance# Copyright (c) 1989 by Sun Microsystems, Inc.
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance#
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel MancePROG= col
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Manceinclude ../Makefile.cmd
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance.KEEP_STATE:
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Manceall: $(PROG)
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Manceinstall: all $(ROOTPROG)
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Manceclean:
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mancelint: lint_PROG
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Manceinclude ../Makefile.targ
bb27ba1ae1777523ca4314d39784c44c10c28a63Felix Gabriel Mance