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/oplhpd/Makefile | |
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/oplhpd/Makefile')
-rw-r--r-- | usr/src/cmd/oplhpd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/cmd/oplhpd/Makefile b/usr/src/cmd/oplhpd/Makefile index c654d8c19f..2619136962 100644 --- a/usr/src/cmd/oplhpd/Makefile +++ b/usr/src/cmd/oplhpd/Makefile @@ -19,11 +19,10 @@ # 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/oplhpd/Makefile # @@ -49,8 +48,6 @@ LDLIBS64 += -lsysevent -lnvpair -lcfgadm -ldevinfo PSMPROG = $(USR_PSM_LIB64_DIR)/$(PROG) $(PSMPROG) := FILEMODE = 0755 -$(PSMPROG) := OWNER = root -$(PSMPROG) := GROUP = sys .KEEP_STATE: |