add default targets to lib/Makefile (for pbulk)

This commit is contained in:
plunky 2012-03-20 15:31:14 +00:00
parent bee99ac63c
commit b164a8185e
2 changed files with 9 additions and 5 deletions
sysutils/netbt-hcidump

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.8 2012/03/19 12:09:00 plunky Exp $
$NetBSD: distinfo,v 1.9 2012/03/20 15:31:14 plunky Exp $
SHA1 (bluez-hcidump-2.3.tar.gz) = d60e3546c27d68615fe908899ba0d6af5f4d4171
RMD160 (bluez-hcidump-2.3.tar.gz) = 95ac3961c0ae5c15902d72733579d1dfb3bde04b
@ -17,4 +17,4 @@ SHA1 (patch-al) = 2d62a0a4203c1ecce7b71fd16fe909f0f4356d2c
SHA1 (patch-am) = 7a0796c3cd89f21e4210592e28b667bc6afe6c5d
SHA1 (patch-an) = f9889b24e5ec399ef6fb40055c5df5a560d20f92
SHA1 (patch-ao) = 5971acdd513c85336d77827729fa410948101e8d
SHA1 (patch-lib_Makefile) = f0da2eef060c0afed1431b025e4a8b92696e57da
SHA1 (patch-lib_Makefile) = 4a680d0692e6bd5974f23d826ce18d1d3ce04217

View file

@ -1,11 +1,15 @@
$NetBSD: patch-lib_Makefile,v 1.3 2012/03/19 12:09:00 plunky Exp $
$NetBSD: patch-lib_Makefile,v 1.4 2012/03/20 15:31:14 plunky Exp $
--- lib/Makefile.orig 2012-03-19 12:00:46.000000000 +0000
--- lib/Makefile.orig 2012-03-20 15:14:03.000000000 +0000
+++ lib/Makefile
@@ -0,0 +1,6 @@
@@ -0,0 +1,10 @@
+# this file conflicts with parser/hci.c so just rename it
+
+all: hci_lib.c
+
+hci_lib.c: hci.c
+ cp hci.c hci_lib.c
+
+${TARGETS}: # ensure existence of default targets
+
+.include <bsd.own.mk>