$OpenBSD: patch-Makefile,v 1.16 2015/12/18 03:11:23 gsoares Exp $
--- Makefile.orig	Wed Dec 16 01:24:06 2015
+++ Makefile	Wed Dec 16 16:55:42 2015
@@ -18,7 +18,7 @@ VERSION     = 1.96b
 
 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
 
