freebsd-dev/usr.sbin/bluetooth/rfcomm_pppd/Makefile

15 lines
292 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.7 2003/09/07 18:32:11 max Exp $
# $FreeBSD$
.PATH: ${.CURDIR}/../../../usr.bin/bluetooth/rfcomm_sppd
PROG= rfcomm_pppd
MAN= rfcomm_pppd.8
SRCS= rfcomm_pppd.c rfcomm_sdp.c
WARNS?= 2
DPADD= ${LIBBLUETOOTH} ${LIBSDP}
LDADD= -lbluetooth -lsdp
.include <bsd.prog.mk>