ports/security/afl/files/Makefile.extra
Tobias Kortkamp cc941807bf Update to 2.47b
- Also install libdislocator

Changes:	http://lcamtuf.coredump.cx/afl/ChangeLog.txt
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11599
2017-07-14 09:38:15 +00:00

10 lines
174 B
Text

.PHONY: libdislocator llvm_mode test_llvm_mode
libdislocator:
$(MAKE) -C libdislocator
llvm_mode:
$(MAKE) -C llvm_mode
test_llvm_mode:
$(MAKE) -C llvm_mode test_build