mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 14:46:56 -04:00
12 lines
211 B
Makefile
12 lines
211 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/05/12 18:43:35 plunky Exp $
|
|
|
|
USE_FORT?= yes # network client/server
|
|
|
|
PROG= rfcomm_sppd
|
|
SRCS= rfcomm_sppd.c
|
|
|
|
DPADD+= ${LIBBLUETOOTH}
|
|
LDADD+= -lbluetooth
|
|
|
|
.include <bsd.prog.mk>
|