usr/src/cmd/lp/terminfo/Makefile
changeset 10207 87c40ea3fc4b
parent 0 68f95e015346
--- a/usr/src/cmd/lp/terminfo/Makefile	Wed Jul 29 14:36:30 2009 -0700
+++ b/usr/src/cmd/lp/terminfo/Makefile	Wed Jul 29 16:56:03 2009 -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.
@@ -19,11 +18,8 @@
 #
 # CDDL HEADER END
 #
-#
-# ident	"%Z%%M%	%I%	%E% SMI"
-#
-# Copyright (c) 1989,1998 by Sun Microsystems, Inc.
-# All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
 #
 # cmd/lp/terminfo/Makefile
 #
@@ -43,7 +39,6 @@
 
 DIRMODE=		755
 FILEMODE=		644
-GROUP=			bin
 
 .KEEP_STATE:
 
@@ -62,8 +57,6 @@
 
 $(ROOTTERMINFO)/P/PS:	$(TMPSRC)
 	TERMINFO=$(ROOTTERMINFO) 2>&1 $(TIC) -v $(TMPSRC) > errs
-	$(CHOWN) -R $(OWNER) $(ROOTTERMINFO)
-	$(CHGRP) -R $(GROUP) $(ROOTTERMINFO)
 	@$(ECHO) "\n`2>/dev/null cat errs|wc -l` entries have been compiled\n"
 	@-(     2>/dev/null cat errs|grep -iv "^mkdir"|grep -iv "^create"|grep -iv "^link"|grep -vi $(TMPSRC)|grep -vi touch|grep -vi "working"; \
 		if [ $$? -ne 0 ] ; \