Module Name: src
Committed By: christos
Date: Thu Nov 20 20:48:33 UTC 2014
Modified Files:
src/usr.bin/xlint/lint1: Makefile
Log Message:
add LDEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/xlint/lint1/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.bin/xlint/lint1/Makefile
diff -u src/usr.bin/xlint/lint1/Makefile:1.50 src/usr.bin/xlint/lint1/Makefile:1.51
--- src/usr.bin/xlint/lint1/Makefile:1.50 Fri May 10 11:41:44 2013
+++ src/usr.bin/xlint/lint1/Makefile Thu Nov 20 15:48:33 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2013/05/10 15:41:44 christos Exp $
+# $NetBSD: Makefile,v 1.51 2014/11/20 20:48:33 christos Exp $
.include <bsd.own.mk>
@@ -11,6 +11,7 @@ YHEADER=
#DBG=-g
#CPPFLAGS+=-DYYDEBUG=1
#YFLAGS+=-v
+#LFLAGS+=-d
CPPFLAGS+= -I${.CURDIR} -I. -DPASS=\"${PROG}.h\"