openbsd-ports/sysutils/hcidump/patches/patch-Makefile
jasper fe86351074 import bluez-hcidump 1.42
HCIdump reads raw HCI data coming from and going to a Bluetooth device
and prints to screen commands, events and data in a human-readable form.
Optionally, the dump can be written to a file rather than parsed, and
the dump file can be parsed in a subsequent moment.

from jcs@, with some tweaks by me
requested by uwe@
2008-11-29 09:54:49 +00:00

9 lines
209 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2008/11/29 09:54:49 jasper Exp $
--- Makefile.orig Tue Aug 12 11:09:49 2008
+++ Makefile Tue Aug 12 11:09:49 2008
@@ -0,0 +1,4 @@
+
+SUBDIR+= src
+
+.include <bsd.subdir.mk>