Cleanup CFLAGS in libsdp(3) Makefile
Connect sdpd(8) to the build Reviewed by: ru, imp (mentor)
This commit is contained in:
parent
a4f5df7a07
commit
065a179875
@ -5,7 +5,7 @@ LIB= sdp
|
||||
MAN= sdp.3
|
||||
|
||||
WARNS?= 2
|
||||
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
|
||||
SHLIB_MAJOR= 1
|
||||
|
||||
|
@ -10,7 +10,8 @@ SUBDIR= \
|
||||
l2control \
|
||||
l2ping \
|
||||
rfcomm_pppd \
|
||||
sdpcontrol
|
||||
sdpcontrol \
|
||||
sdpd
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
|
13
usr.sbin/bluetooth/sdpd/Makefile
Normal file
13
usr.sbin/bluetooth/sdpd/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# $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
|
||||
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user