mirror of
https://github.com/opnsense/src.git
synced 2026-03-29 06:03:14 -04:00
13 lines
227 B
Makefile
13 lines
227 B
Makefile
|
|
# $Id: Makefile,v 1.1 2003/09/08 02:27:27 max Exp $
|
||
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= sdpcontrol
|
||
|
|
MAN= sdpcontrol.8
|
||
|
|
SRCS= sdpcontrol.c search.c
|
||
|
|
WARNS?= 2
|
||
|
|
|
||
|
|
DPADD= ${LIBBLUETOOTH} ${LIBSDP}
|
||
|
|
LDADD= -lbluetooth -lsdp
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|