Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
@@ -0,0 +1,16 @@
$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>