PERFORCE change 123863 for review

Fredrik Lindberg fli at FreeBSD.org
Sat Jul 21 19:30:32 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123863

Change 123863 by fli at fli_nexus on 2007/07/21 19:30:09

	- Hook up new files to be build
	- Sort SRCS

Affected files ...

.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/Makefile#5 edit

Differences ...

==== //depot/projects/soc2007/fli-mdns_sd/mdnsd/Makefile#5 (text+ko) ====

@@ -1,10 +1,11 @@
-SRCS=	stack_mdns.c stack_packet.c stack_buf.c stack_util.c hash.c \
-    utf8.c event.c wqueue.c log.c mdnsd.c record.c cache.c dbrec.c var.c \
-    output.c output_aggr.c objalloc.c token.l parse.y y.tab.h
+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 var.c \
+	wqueue.c y.tab.h
 PROG=	mdnsd
 WARNS?=	4	
 
-CFLAGS+=	-Wall -g -DDEBUG -DDEBUG_MASK=0x1bd0
+CFLAGS+=	-I../shared -Wall -g -DDEBUG -DDEBUG_MASK=0xdbf0
 .if !defined(WITHOUT_INET6)
 CFLAGS+=	-DINET6
 .endif


More information about the p4-projects mailing list