Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/passwd Remove COPTS+=-g.



details:   https://anonhg.NetBSD.org/src/rev/b3b1360c8177
branches:  trunk
changeset: 574439:b3b1360c8177
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Feb 28 10:37:49 2005 +0000

description:
Remove COPTS+=-g.

diffstat:

 usr.bin/passwd/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 1738702a761f -r b3b1360c8177 usr.bin/passwd/Makefile
--- a/usr.bin/passwd/Makefile   Mon Feb 28 10:37:34 2005 +0000
+++ b/usr.bin/passwd/Makefile   Mon Feb 28 10:37:49 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.38 2005/02/26 07:19:25 thorpej Exp $
+#      $NetBSD: Makefile,v 1.39 2005/02/28 10:37:49 wiz Exp $
 #      from: @(#)Makefile    8.3 (Berkeley) 4/2/94
 
 .include <bsd.own.mk>
@@ -8,7 +8,6 @@
 MAN=   passwd.1
 
 CPPFLAGS+=-I${.CURDIR} -DLOGIN_CAP
-COPTS+=-g
 
 .if (${USE_YP} != "no")
 SRCS+= yp_passwd.c



Home | Main Index | Thread Index | Old Index