2867c34305
derived from FreeBSD. Help and ok sturm@.
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
$OpenBSD: patch-hccontrol_Makefile,v 1.1.1.1 2005/07/16 20:49:46 grange Exp $
|
|
--- hccontrol/Makefile.orig Sat Jul 16 01:22:54 2005
|
|
+++ hccontrol/Makefile Sat Jul 16 01:23:01 2005
|
|
@@ -9,6 +9,6 @@ SRCS= send_recv.c link_policy.c link_co
|
|
WARNS?= 2
|
|
|
|
DPADD= ${LIBBLUETOOTH}
|
|
-LDADD= -lbluetooth
|
|
+LDADD+= -lbluetooth
|
|
|
|
.include <bsd.prog.mk>
|