Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari#
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner# CDDL HEADER START
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari#
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# The contents of this file are subject to the terms of the
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# Common Development and Distribution License, Version 1.0 only
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# (the "License"). You may not use this file except in compliance
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# with the License.
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari#
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# or http://www.opensolaris.org/os/licensing.
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# See the License for the specific language governing permissions
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# and limitations under the License.
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari#
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# When distributing Covered Code, include this CDDL HEADER in each
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# If applicable, add the following below this CDDL HEADER, with the
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# fields enclosed by brackets "[]" replaced with your own identifying
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# information: Portions Copyright [yyyy] [name of copyright owner]
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari#
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# CDDL HEADER END
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari#
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari#
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari#ident "%Z%%M% %I% %E% SMI"
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari#
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari# Copyright (c) 1989 by Sun Microsystems, Inc.
4c12187acb198e833aea3a634c4c259629c71a6dDaniel Calegari#
4c12187acb198e833aea3a634c4c259629c71a6dDaniel Calegari
15042bad71a157e77c0a1893759f9027b2673a1eDaniel CalegariPROG= col
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroederinclude ../Makefile.cmd
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder.KEEP_STATE:
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroederall: $(PROG)
76865b54ad4551e3956595cdbdcba9afe78c26adDaniel Calegari
76865b54ad4551e3956595cdbdcba9afe78c26adDaniel Calegariinstall: all $(ROOTPROG)
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegariclean:
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroederlint: lint_PROG
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegariinclude ../Makefile.targ
15042bad71a157e77c0a1893759f9027b2673a1eDaniel Calegari