mirror of https://github.com/dirtbags/fluffy.git
Increase max frame size in pcap.h
This commit is contained in:
parent
d0994e4ed8
commit
51e008e903
4
Makefile
4
Makefile
|
@ -10,8 +10,8 @@ TARGETS += unhex
|
||||||
|
|
||||||
all: $(TARGETS)
|
all: $(TARGETS)
|
||||||
|
|
||||||
nstall: $(TARGETS)
|
install: $(TARGETS)
|
||||||
install -d $(DESTDIR)$(PREFIX)
|
install -d $(DESTDIR)$(PREFIX)/bin
|
||||||
install $(TARGETS) $(DESTDIR)$(PREFIX)/bin
|
install $(TARGETS) $(DESTDIR)$(PREFIX)/bin
|
||||||
|
|
||||||
pmerge: pmerge.o pcap.o
|
pmerge: pmerge.o pcap.o
|
||||||
|
|
Loading…
Reference in New Issue