freebsd-dev/usr.sbin/bluetooth/sdpd/Makefile
Maksim Yevmenkin ee935b5800 Teach sdpd(8) about 32-bit and 128-bit uuid's.
MFC after:	3 days
2005-01-05 18:37:37 +00:00

14 lines
315 B
Makefile

# $Id: Makefile,v 1.1 2004/01/20 21:27:55 max Exp $
# $FreeBSD$
PROG= sdpd
MAN= sdpd.8
SRCS= bgd.c dun.c ftrn.c irmc.c irmc_command.c lan.c log.c main.c \
opush.c profile.c provider.c sar.c scr.c sd.c server.c sp.c \
srr.c ssar.c ssr.c sur.c uuid.c
CFLAGS+= -I${.CURDIR}
WARNS?= 2
.include <bsd.prog.mk>