Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/ldpd Don't assign CFLAGS. Use default WARNS from us...



details:   https://anonhg.NetBSD.org/src/rev/ba400bd9c879
branches:  trunk
changeset: 759853:ba400bd9c879
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Dec 18 04:25:37 2010 +0000

description:
Don't assign CFLAGS. Use default WARNS from usr.sbin/Makefile.inc.

diffstat:

 usr.sbin/ldpd/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 5e1639904876 -r ba400bd9c879 usr.sbin/ldpd/Makefile
--- a/usr.sbin/ldpd/Makefile    Sat Dec 18 04:23:26 2010 +0000
+++ b/usr.sbin/ldpd/Makefile    Sat Dec 18 04:25:37 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/12/08 07:20:14 kefren Exp $
+# $NetBSD: Makefile,v 1.2 2010/12/18 04:25:37 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -19,8 +19,6 @@
        tlv.c \
        tlv_stack.c
 
-CFLAGS=        -Wall -g
-
 LDADD+=        -lcrypt
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index