$NetBSD: patch-Makefile,v 1.3 2021/05/29 23:28:36 khorben Exp $

Disable building libpe (it is packaged separately)

--- Makefile.orig	2021-01-11 23:29:21.000000000 +0000
+++ Makefile
@@ -6,7 +6,7 @@ ZIPFILE = $(ZIPDIR).zip
 
 all:
 %:
-	cd $(LIBPE_DIR) && $(MAKE) $@
+	#cd $(LIBPE_DIR) && $(MAKE) $@
 	cd $(PEV_DIR) && $(MAKE) $@
 
 # Cygwin only
