Module Name: src
Committed By: joerg
Date: Sat Dec 18 04:25:37 UTC 2010
Modified Files:
src/usr.sbin/ldpd: Makefile
Log Message:
Don't assign CFLAGS. Use default WARNS from usr.sbin/Makefile.inc.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/ldpd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/ldpd/Makefile
diff -u src/usr.sbin/ldpd/Makefile:1.1 src/usr.sbin/ldpd/Makefile:1.2
--- src/usr.sbin/ldpd/Makefile:1.1 Wed Dec 8 07:20:14 2010
+++ src/usr.sbin/ldpd/Makefile Sat Dec 18 04:25:37 2010
@@ -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>