Cleanup CFLAGS in libsdp(3) Makefile

Connect sdpd(8) to the build

Reviewed by: ru, imp (mentor)
This commit is contained in:
Maksim Yevmenkin 2004-01-25 21:33:59 +00:00
parent 0d6ff3866a
commit 6c7f392438
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124986
3 changed files with 16 additions and 2 deletions

View File

@ -5,7 +5,7 @@ LIB= sdp
MAN= sdp.3
WARNS?= 2
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
CFLAGS+= -I${.CURDIR}
SHLIB_MAJOR= 1

View File

@ -10,7 +10,8 @@ SUBDIR= \
l2control \
l2ping \
rfcomm_pppd \
sdpcontrol
sdpcontrol \
sdpd
.include <bsd.subdir.mk>

View 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>