Deleted Added
full compact
Makefile (124986) Makefile (139721)
1# $Id: Makefile,v 1.1 2004/01/20 21:27:55 max Exp $
1# $Id: Makefile,v 1.1 2004/01/20 21:27:55 max Exp $
2# $FreeBSD: head/usr.sbin/bluetooth/sdpd/Makefile 124986 2004-01-25 21:33:59Z emax $
2# $FreeBSD: head/usr.sbin/bluetooth/sdpd/Makefile 139721 2005-01-05 18:37:37Z emax $
3
4PROG= sdpd
5MAN= sdpd.8
6SRCS= bgd.c dun.c ftrn.c irmc.c irmc_command.c lan.c log.c main.c \
7 opush.c profile.c provider.c sar.c scr.c sd.c server.c sp.c \
3
4PROG= sdpd
5MAN= sdpd.8
6SRCS= bgd.c dun.c ftrn.c irmc.c irmc_command.c lan.c log.c main.c \
7 opush.c profile.c provider.c sar.c scr.c sd.c server.c sp.c \
8 srr.c ssar.c ssr.c sur.c
8 srr.c ssar.c ssr.c sur.c uuid.c
9
10CFLAGS+= -I${.CURDIR}
11WARNS?= 2
12
13.include <bsd.prog.mk>
9
10CFLAGS+= -I${.CURDIR}
11WARNS?= 2
12
13.include <bsd.prog.mk>