mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 22:44:59 -04:00
17 lines
326 B
Plaintext
17 lines
326 B
Plaintext
$NetBSD: patch-tools_Makefile,v 1.1 2014/12/30 08:39:13 plunky Exp $
|
|
|
|
make the hcidump program
|
|
|
|
--- tools/Makefile.orig 2014-12-28 13:02:11.000000000 +0000
|
|
+++ tools/Makefile
|
|
@@ -0,0 +1,9 @@
|
|
+#
|
|
+
|
|
+PROG= hcidump
|
|
+MAN= hcidump.1
|
|
+
|
|
+LDADD+= -Lparser -lparser -L../lib -lbt -lbluetooth
|
|
+CFLAGS+= -I..
|
|
+
|
|
+.include <bsd.prog.mk>
|