pkgsrc-ng/sysutils/netbt-hcidump/patches/patch-tools_Makefile
2016-01-21 23:40:00 +01:00

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>