diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2012-04-14 12:06:14 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2012-04-14 12:06:14 +0000 |
commit | 1035f26f14674e2605b7150a8f23e4d132e082d5 (patch) | |
tree | d32a73eb7c0e929b5454854bc09c4e80094284f9 /lib/libc/asr/Makefile.inc | |
parent | 85cc4a99c802e4f8d48287e81040db2a246d08df (diff) |
only define DEBUG internally
Diffstat (limited to 'lib/libc/asr/Makefile.inc')
-rw-r--r-- | lib/libc/asr/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/asr/Makefile.inc b/lib/libc/asr/Makefile.inc index f875dcf91b2..4665321e87d 100644 --- a/lib/libc/asr/Makefile.inc +++ b/lib/libc/asr/Makefile.inc @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.1 2012/04/14 09:24:18 eric Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2012/04/14 12:06:13 eric Exp $ # asr sources .PATH: ${LIBCSRCDIR}/asr -CFLAGS+=-DDEBUG SRCS+= asr.c asr_debug.c asr_utils.c \ res_send_async.c res_search_async.c getrrsetbyname_async.c \ gethostnamadr_async.c getnetnamadr_async.c \ |