$NetBSD: patch-lib_Makefile,v 1.3 2012/03/19 12:09:00 plunky Exp $

--- lib/Makefile.orig	2012-03-20 15:14:03.000000000 +0000
+++ lib/Makefile
@@ -0,0 +1,10 @@
+# this file conflicts with parser/hci.c so just rename it
+
+all: hci_lib.c
+
+hci_lib.c: hci.c
+	cp hci.c hci_lib.c
+
+${TARGETS}:	# ensure existence of default targets
+
+.include <bsd.own.mk>
