gprof.{callg,flag} are 444
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 6 May 1988 08:49:42 +0000 (00:49 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 6 May 1988 08:49:42 +0000 (00:49 -0800)
SCCS-vsn: usr.bin/gprof/Makefile 5.11

usr/src/usr.bin/gprof/Makefile

index 5217a8a..a88aaa7 100644 (file)
@@ -9,7 +9,7 @@
 # software without specific written prior permission. This software
 # is provided ``as is'' without express or implied warranty.
 #
 # software without specific written prior permission. This software
 # is provided ``as is'' without express or implied warranty.
 #
-#      @(#)Makefile    5.10 (Berkeley) %G%
+#      @(#)Makefile    5.11 (Berkeley) %G%
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
@@ -41,8 +41,8 @@ depend: FRC
 
 install: FRC
        install -s -o bin -g bin -m 755 gprof ${DESTDIR}/usr/ucb/gprof
 
 install: FRC
        install -s -o bin -g bin -m 755 gprof ${DESTDIR}/usr/ucb/gprof
-       install -c -o bin -g bin -m 644 gprof.flat ${DESTDIR}/usr/lib
-       install -c -o bin -g bin -m 644 gprof.callg ${DESTDIR}/usr/lib
+       install -c -o bin -g bin -m 444 gprof.flat ${DESTDIR}/usr/lib
+       install -c -o bin -g bin -m 444 gprof.callg ${DESTDIR}/usr/lib
 
 lint: FRC
        lint ${CFLAGS} ${SRCS}
 
 lint: FRC
        lint ${CFLAGS} ${SRCS}