mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
12 lines
412 B
Text
12 lines
412 B
Text
--- lib/pkt/Makefile.orig 2013-05-04 05:06:29.000000000 +0900
|
|
+++ lib/pkt/Makefile 2013-05-04 05:06:32.000000000 +0900
|
|
@@ -5,6 +5,9 @@
|
|
BpfAgent.cc Bpfilter.cc Ringbuf.cc RunEnv.cc PktCtlClient.cc \
|
|
PktSndClient.cc PktRcvClient.cc PktBuf.cc PktQueue.cc bufStat.cc
|
|
|
|
+LxLexer.o: PzParse.h
|
|
+PzParse.h: PzParse.cc
|
|
+
|
|
CXXFLAGS+= -I. -I$(Cm) -I$(Pz) -DHAVE_BPF_HDRCMPLT -I/usr/include
|
|
# CXXFLAGS+= -DVCLEAR_DBG
|
|
|