Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/sysctl use the proper variable



details:   https://anonhg.NetBSD.org/src/rev/425b0c7a7f7b
branches:  trunk
changeset: 782956:425b0c7a7f7b
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 29 02:05:38 2012 +0000

description:
use the proper variable

diffstat:

 sbin/sysctl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 355b16e2a4f4 -r 425b0c7a7f7b sbin/sysctl/Makefile
--- a/sbin/sysctl/Makefile      Thu Nov 29 00:12:21 2012 +0000
+++ b/sbin/sysctl/Makefile      Thu Nov 29 02:05:38 2012 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.20 2010/12/13 17:47:40 pooka Exp $
+#      $NetBSD: Makefile,v 1.21 2012/11/29 02:05:38 christos Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 .include <bsd.own.mk>
-#CFLAGS+=-g
+#DBG=-g
 
 RUMPPRG=sysctl
 MAN=   sysctl.8



Home | Main Index | Thread Index | Old Index