Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Setting BINMODE=555 is redundant, as is setting BIN{OWN, GRP}...
details: https://anonhg.NetBSD.org/src/rev/a35a362cccc0
branches: trunk
changeset: 534725:a35a362cccc0
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Aug 02 03:58:09 2002 +0000
description:
Setting BINMODE=555 is redundant, as is setting BIN{OWN,GRP} of we're
using the default BINMODE.
diffstat:
sbin/lmcctl/Makefile | 4 +---
usr.sbin/ifmcstat/Makefile | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diffs (30 lines):
diff -r 3d4c0960351c -r a35a362cccc0 sbin/lmcctl/Makefile
--- a/sbin/lmcctl/Makefile Fri Aug 02 03:55:13 2002 +0000
+++ b/sbin/lmcctl/Makefile Fri Aug 02 03:58:09 2002 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.2 1999/04/16 23:40:52 explorer Exp $
+# $NetBSD: Makefile,v 1.3 2002/08/02 03:58:09 simonb Exp $
PROG= lmcctl
SRCS= lmcctl.c clockgen.c
MAN= lmcctl.8
-BINOWN= root
-BINMODE=555
.include <bsd.prog.mk>
diff -r 3d4c0960351c -r a35a362cccc0 usr.sbin/ifmcstat/Makefile
--- a/usr.sbin/ifmcstat/Makefile Fri Aug 02 03:55:13 2002 +0000
+++ b/usr.sbin/ifmcstat/Makefile Fri Aug 02 03:58:09 2002 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2001/06/26 17:10:33 itojun Exp $
+# $NetBSD: Makefile,v 1.3 2002/08/02 03:58:10 simonb Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= ifmcstat
MAN= ifmcstat.8
-BINGRP= kmem
-BINMODE=555
LDADD= -lkvm
DPADD= ${LIBKVM}
Home |
Main Index |
Thread Index |
Old Index