Makefile revision 1.1
11.1Sgdamore# $NetBSD: Makefile,v 1.1 2006/06/19 15:44:56 gdamore Exp $ 21.1Sgdamore 31.1SgdamorePROG= sdpquery 41.1SgdamoreMAN= sdpquery.1 51.1SgdamoreSRCS= sdpquery.c config.c search.c 61.1Sgdamore 71.1SgdamoreDPADD+= ${LIBBLUETOOTH} ${LIBSDP} 81.1SgdamoreLDADD+= -lbluetooth -lsdp 91.1Sgdamore 101.1Sgdamore.include <bsd.prog.mk> 11