Remove tm.h and xm.h handling, as it wasn't used. Use nm.h only when needed.
[dragonfly.git] / usr.sbin / btpin / Makefile
blob9e3ba9e7a9f792eadb2bf89346f856059c7653d4
1 # $NetBSD: Makefile,v 1.2 2006/09/26 19:18:19 plunky Exp $
2 # $DragonFly: src/usr.sbin/btpin/Attic/Makefile,v 1.1 2008/01/30 14:10:19 hasso Exp $
4 PROG= btpin
5 SRCS= btpin.c
6 MAN= btpin.1
8 CFLAGS+= -I${.CURDIR}/../../sys
9 DPADD+= ${LIBBLUETOOTH}
10 LDADD+= -lbluetooth
11 WARNS?= 6
13 .include <bsd.prog.mk>