Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
# $NetBSD: Makefile,v 1.8 2011/08/14 13:27:47 christos Exp $ USE_FORT?= yes # network client PROG= sdpquery MAN= sdpquery.1 SRCS= sdpquery.c command.c print.c DPADD+= ${LIBBLUETOOTH} LDADD+= -lbluetooth .include <bsd.prog.mk>