pkgsrc/sysutils/netbt-hcidump/patches/patch-Makefile
plunky 5428068224 update to latest upstream version. Major changes include
hcidump has now been merged with the main BlueZ distribution,
  so the version number reflects that release

  hcidump is moved from sbin to bin (and man section 8 -> 1)

  TCP/IP server mode was removed

  parsing added for SAP and SMP profiles, and A2MP signals
2014-12-30 08:39:13 +00:00

13 lines
336 B
Text

$NetBSD: patch-Makefile,v 1.1 2014/12/30 08:39:13 plunky Exp $
The native build system is for the full system on Linux, so
we provide a custom BSD style one to build just hcidump.
--- Makefile.orig 2014-12-28 13:02:11.000000000 +0000
+++ Makefile
@@ -0,0 +1,5 @@
+#
+
+SUBDIR= lib tools/parser .WAIT tools
+
+.include <bsd.subdir.mk>