$OpenBSD: patch-Makefile,v 1.12 2015/06/17 22:21:23 gsoares Exp $
--- Makefile.orig	Sun Jun 14 11:34:26 2015
+++ Makefile	Tue Jun 16 00:48:00 2015
@@ -18,7 +18,7 @@ VERSION     = 1.83b
 
 PREFIX     ?= /usr/local
 BIN_PATH    = $(PREFIX)/bin
-HELPER_PATH = $(PREFIX)/lib/afl
+HELPER_PATH = $(PREFIX)/libexec/afl
 DOC_PATH    = $(PREFIX)/share/doc/afl
 MISC_PATH   = $(PREFIX)/share/afl
 
@@ -41,7 +41,7 @@ endif
 
 COMM_HDR    = alloc-inl.h config.h debug.h types.h
 
-all: test_x86 $(PROGS) test_build all_done
+all: test_x86 $(PROGS)
 
 ifndef AFL_NOX86
 
