PERFORCE change 127158 for review
Fredrik Lindberg
fli at FreeBSD.org
Wed Oct 3 14:43:56 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=127158
Change 127158 by fli at fli_nexus on 2007/10/03 21:43:52
Hook up new files (...and the debug_mask has changed).
Affected files ...
.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/Makefile#7 edit
Differences ...
==== //depot/projects/soc2007/fli-mdns_sd/mdnsd/Makefile#7 (text+ko) ====
@@ -1,11 +1,11 @@
-SRCS= cache.c clisrv.c dbrec.c event.c hash.c log.c mdnsd.c objalloc.c \
- output.c output_aggr.c parse.y queries.c record.c stack_buf.c \
- stack_mdns.c stack_packet.c stack_util.c token.l utf8.c utf8_cfold.c \
- var.c wqueue.c y.tab.h
+SRCS= cache.c clisrv.c dbrec.c event.c hash.c input.c log.c mdnsd.c \
+ objalloc.c output.c output_aggr.c parse.y queries.c record.c \
+ stack_buf.c stack_mdns.c stack_packet.c stack_util.c token.l utf8.c \
+ utf8_cfold.c util.c var.c wqueue.c y.tab.h
PROG= mdnsd
WARNS?= 4
-CFLAGS+= -I../shared -Wall -g -DDEBUG -DDEBUG_MASK=0xdbf0
+CFLAGS+= -I../shared -Wall -g -DDEBUG -DDEBUG_MASK=0x1dff4
.if !defined(WITHOUT_INET6)
CFLAGS+= -DINET6
.endif
More information about the p4-projects
mailing list