$OpenBSD: patch-Makefile,v 1.4 2014/12/15 14:13:59 jsg Exp $
--- Makefile.orig	Mon Dec 15 11:14:03 2014
+++ Makefile	Tue Dec 16 00:22:16 2014
@@ -18,7 +18,7 @@ VERSION     = 0.90b
 
 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
 
@@ -37,7 +37,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)
 
 test_x86:
 	@echo "[*] Checking for the ability to compile x86 code..."
