fix install (requires setgid kmem)
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 6 Oct 1984 07:22:01 +0000 (23:22 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 6 Oct 1984 07:22:01 +0000 (23:22 -0800)
SCCS-vsn: usr.bin/netstat/Makefile 4.6

usr/src/usr.bin/netstat/Makefile

index b17d906..dceb36f 100644 (file)
@@ -7,7 +7,7 @@ netstat: ${OBJS}
        ${CC} ${OBJS} -o netstat
 
 install: netstat
        ${CC} ${OBJS} -o netstat
 
 install: netstat
-       install -s netstat ${DESTDIR}/usr/ucb
+       install -s -m 2755 -g kmem netstat ${DESTDIR}/usr/ucb/netstat
 
 clean:
        rm -f *.o core a.out errs
 
 clean:
        rm -f *.o core a.out errs