diff options
| author | jmcp <James.McPherson@Sun.COM> | 2009-07-29 16:56:03 -0700 |
|---|---|---|
| committer | jmcp <James.McPherson@Sun.COM> | 2009-07-29 16:56:03 -0700 |
| commit | 24fe0b3bf671e123467ce1df0b67cadd3614c8e4 (patch) | |
| tree | b1dbcd8a1c725f5a5c63b280db8456826236565d /usr/src/cmd/ipf | |
| parent | 1c4f4ba644d8782956721a39baaa3a53ebc34570 (diff) | |
| download | illumos-joyent-24fe0b3bf671e123467ce1df0b67cadd3614c8e4.tar.gz | |
6864230 hiho, hiho, it'ch chtime for CH to go
Portions contributed by Rich Lowe
Diffstat (limited to 'usr/src/cmd/ipf')
| -rw-r--r-- | usr/src/cmd/ipf/etc/Makefile | 6 | ||||
| -rw-r--r-- | usr/src/cmd/ipf/examples/Makefile | 2 | ||||
| -rw-r--r-- | usr/src/cmd/ipf/tools/Makefile | 3 |
3 files changed, 1 insertions, 10 deletions
diff --git a/usr/src/cmd/ipf/etc/Makefile b/usr/src/cmd/ipf/etc/Makefile index afe39fa704..3e06187ae9 100644 --- a/usr/src/cmd/ipf/etc/Makefile +++ b/usr/src/cmd/ipf/etc/Makefile @@ -19,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# #cmd/ipf/etc/Makefile # @@ -40,8 +38,6 @@ DIRS= $(ETCIPF) ETCIPFPROG= $(IPFPROG:%=$(ETCIPF)/%) $(ETCIPFPROG):= FILEMODE= 0644 -OWNER= root -GROUP= sys .KEEP_STATE: diff --git a/usr/src/cmd/ipf/examples/Makefile b/usr/src/cmd/ipf/examples/Makefile index 962cd675e2..aba12bbffc 100644 --- a/usr/src/cmd/ipf/examples/Makefile +++ b/usr/src/cmd/ipf/examples/Makefile @@ -45,8 +45,6 @@ IPFEXAMPLES= $(EXAMPLES:%=$(SHAREIPFX)/%) IPFEXSHPROG= $(SHPROG:%=$(SHAREIPFX)/%) FILEMODE= 0644 -OWNER= root -GROUP= bin $(IPFEXSHPROG):=FILEMODE= 0755 diff --git a/usr/src/cmd/ipf/tools/Makefile b/usr/src/cmd/ipf/tools/Makefile index ca3774fc29..0562aca48e 100644 --- a/usr/src/cmd/ipf/tools/Makefile +++ b/usr/src/cmd/ipf/tools/Makefile @@ -37,11 +37,8 @@ USRLIBIPF= $(ROOTLIB)/ipf USRLIBIPFLICENCE= $(LICENCE:%=$(USRLIBIPF)/%) FILEMODE= 0755 -OWNER= root -GROUP= sys $(USRLIBIPFLICENCE):=FILEMODE= 0644 -$(USRLIBIPFLICENCE):=GROUP= bin all:= TARGET= all install:= TARGET= install |
