Module Name: src
Committed By: rillig
Date: Mon Mar 8 19:21:41 UTC 2021
Modified Files:
src/usr.bin/indent: Makefile
Log Message:
indent: make it easy to compile indent in debug mode
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/indent/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/indent/Makefile
diff -u src/usr.bin/indent/Makefile:1.8 src/usr.bin/indent/Makefile:1.9
--- src/usr.bin/indent/Makefile:1.8 Sun Mar 7 10:56:18 2021
+++ src/usr.bin/indent/Makefile Mon Mar 8 19:21:41 2021
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2021/03/07 10:56:18 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2021/03/08 19:21:41 rillig Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= indent
SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
COPTS.io.c += -Wno-error=format-nonliteral
+CPPFLAGS+= ${DEBUG:D-Ddebug}
LINTFLAGS+= -e