mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
18 lines
379 B
Text
18 lines
379 B
Text
--- ./Makefile.orig 2007-05-04 18:09:26.000000000 -0400
|
|
+++ ./Makefile 2014-08-27 22:23:17.680151986 -0400
|
|
@@ -9,12 +9,13 @@
|
|
session.c
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
-WARNS?= 6
|
|
+WARNS?= 3
|
|
DEBUG_FLAGS= -g
|
|
|
|
DPADD= ${LIBBLUETOOTH} ${LIBSDP}
|
|
LDADD= -lbluetooth -lusbhid
|
|
|
|
-DESTDIR= /usr/local/sbin
|
|
+PREFIX?= /usr/local
|
|
+BINDIR= ${PREFIX}/sbin
|
|
|
|
.include <bsd.prog.mk>
|