Source-Changes-HG archive

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

[src/trunk]: src/sbin/mount_ptyfs Remove "CFLAGS+=-g".



details:   https://anonhg.NetBSD.org/src/rev/1c015fdb7375
branches:  trunk
changeset: 571477:1c015fdb7375
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Nov 25 14:10:28 2004 +0000

description:
Remove "CFLAGS+=-g".

diffstat:

 sbin/mount_ptyfs/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0b31273d360c -r 1c015fdb7375 sbin/mount_ptyfs/Makefile
--- a/sbin/mount_ptyfs/Makefile Thu Nov 25 11:40:56 2004 +0000
+++ b/sbin/mount_ptyfs/Makefile Thu Nov 25 14:10:28 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2004/11/24 22:13:08 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2004/11/25 14:10:28 wiz Exp $
 #      @(#)Makefile    8.2 (Berkeley) 3/27/94
 
 .include <bsd.own.mk>
@@ -7,7 +7,6 @@
 SRCS=  mount_ptyfs.c
 MAN=   mount_ptyfs.8
 
-CFLAGS+=-g
 CPPFLAGS+= -I${NETBSDSRCDIR}/sys
 
 DPADD+=${LIBUTIL}



Home | Main Index | Thread Index | Old Index