summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zic
diff options
context:
space:
mode:
authorjmcp <James.McPherson@Sun.COM>2009-07-29 16:56:03 -0700
committerjmcp <James.McPherson@Sun.COM>2009-07-29 16:56:03 -0700
commit24fe0b3bf671e123467ce1df0b67cadd3614c8e4 (patch)
treeb1dbcd8a1c725f5a5c63b280db8456826236565d /usr/src/cmd/zic
parent1c4f4ba644d8782956721a39baaa3a53ebc34570 (diff)
downloadillumos-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/zic')
-rw-r--r--usr/src/cmd/zic/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/cmd/zic/Makefile b/usr/src/cmd/zic/Makefile
index d2bb84c095..06cf5ba052 100644
--- a/usr/src/cmd/zic/Makefile
+++ b/usr/src/cmd/zic/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -20,8 +20,6 @@ TABFILES = continent.tab country.tab zone_sun.tab
OBJS= zic.o scheck.o ialloc.o
SRCS= $(OBJS:%.o=%.c)
NOBJS= $(OBJS:%=$(NATIVE)/%)
-OWNER= root
-GROUP= bin
CLOBBERFILES= $(NOBJS) $(KSHPROG) $(NPROG) $(NATIVE)/zic.c $(NATIVE)/tzfile.h
@@ -59,8 +57,6 @@ $(PROG): $(OBJS)
install: all $(DIRS) $(ROOTTZSRCD) $(ROOTTZTABD) $(ROOTUSRSBINPROG) $(ROOTLIBTZSRCFILES) $(ROOTLIBTZTABFILES) $(ROOTKSHPROG)
$(NPROG) -d $(ROOTTZD) $(TZFILES)
- $(CH) $(CHOWN) -R $(OWNER) $(ROOTTZD)
- $(CH) $(CHGRP) -R $(GROUP) $(ROOTTZD)
$(NPROG): $(NATIVE) $(NOBJS)
$(NATIVECC) -o $@ $(NOBJS)