must install setgid kmem
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 19 Jun 1985 10:46:54 +0000 (02:46 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 19 Jun 1985 10:46:54 +0000 (02:46 -0800)
SCCS-vsn: usr.bin/gprof/Makefile 5.2

usr/src/usr.bin/gprof/Makefile

index fe358e5..2f1c6af 100644 (file)
@@ -3,9 +3,9 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.1 (Berkeley) %G%
+#      @(#)Makefile    5.2 (Berkeley) %G%
 #
 #
-SCCSID = @(#)Makefile  5.1 (Berkeley) %G%
+SCCSID = @(#)Makefile  5.2 (Berkeley) %G%
 
 DFLAGS = 
 CFLAGS = -O ${DFLAGS}
 
 DFLAGS = 
 CFLAGS = -O ${DFLAGS}
@@ -25,7 +25,7 @@ gprof: ${GPROFOBJS}
        cc -o gprof ${CFLAGS} ${GPROFOBJS}
 
 install: gprof gprof.flat gprof.callg
        cc -o gprof ${CFLAGS} ${GPROFOBJS}
 
 install: gprof gprof.flat gprof.callg
-       install -s gprof ${DESTDIR}/usr/ucb/gprof
+       install -s -g kmem -m 2755 gprof ${DESTDIR}/usr/ucb/gprof
        install -c -m 644 gprof.flat ${DESTDIR}/usr/lib
        install -c -m 644 gprof.callg ${DESTDIR}/usr/lib
 
        install -c -m 644 gprof.flat ${DESTDIR}/usr/lib
        install -c -m 644 gprof.callg ${DESTDIR}/usr/lib