1 1.4 lukem # $NetBSD: Makefile,v 1.4 2023/06/03 09:09:16 lukem Exp $ 2 1.1 gdamore 3 1.1 gdamore PROG= btpin 4 1.1 gdamore SRCS= btpin.c 5 1.1 gdamore MAN= btpin.1 6 1.1 gdamore 7 1.1 gdamore DPADD+= ${LIBBLUETOOTH} 8 1.1 gdamore LDADD+= -lbluetooth 9 1.1 gdamore 10 1.4 lukem COPTS.btpin.c+= ${CC_WNO_STRINGOP_TRUNCATION} 11 1.3 mrg 12 1.1 gdamore .include <bsd.prog.mk> 13