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/allocate | |
parent | 1c4f4ba644d8782956721a39baaa3a53ebc34570 (diff) | |
download | illumos-gate-24fe0b3bf671e123467ce1df0b67cadd3614c8e4.tar.gz |
6864230 hiho, hiho, it'ch chtime for CH to go
Portions contributed by Rich Lowe
Diffstat (limited to 'usr/src/cmd/allocate')
-rw-r--r-- | usr/src/cmd/allocate/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/src/cmd/allocate/Makefile b/usr/src/cmd/allocate/Makefile index 5691423a21..d448b24d37 100644 --- a/usr/src/cmd/allocate/Makefile +++ b/usr/src/cmd/allocate/Makefile @@ -90,14 +90,8 @@ SRCS = $(OBJS:%.o=%.c) $(ROOTUSRSBIN)/% := FILEMODE = 555 $(ROOTUSRSBIN)/allocate := FILEMODE = 4555 -$(ROOTUSRSBIN)/% := OWNER = root -$(ROOTUSRSBIN)/% := GROUP = bin $(ROOTSECDEV)/% := FILEMODE = 0400 -$(ROOTSECDEV)/% := OWNER = root -$(ROOTSECDEV)/% := GROUP = bin $(ROOTSECLIB)/% := FILEMODE = 0555 -$(ROOTSECLIB)/% := OWNER = root -$(ROOTSECLIB)/% := GROUP = sys lint := LDLIBS += -lbsm -lsec -lsecdb -ldevinfo -ltsol |