usr/src/tools/Makefile.targ
changeset 2538 b5894d78c55a
parent 0 68f95e015346
child 6350 aec7d1368710
--- a/usr/src/tools/Makefile.targ	Fri Aug 11 15:18:46 2006 -0700
+++ b/usr/src/tools/Makefile.targ	Fri Aug 11 18:11:49 2006 -0700
@@ -2,9 +2,8 @@
 # CDDL HEADER START
 #
 # The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
 #
 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 # or http://www.opensolaris.org/os/licensing.
@@ -22,8 +21,8 @@
 #
 #ident	"%Z%%M%	%I%	%E% SMI"
 #
-# Copyright (c) 1998,2001 by Sun Microsystems, Inc.
-# All rights reserved.
+# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
 #
 # common target definitions for tool builds
 
@@ -40,3 +39,8 @@
 	$(RM) $@
 	cat $< > $@
 	chmod +x $@
+
+%:	%.py
+	$(RM) $@
+	cat $< > $@
+	chmod +x $@