aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaksim Yevmenkin <emax@FreeBSD.org>2004-01-25 21:33:59 +0000
committerMaksim Yevmenkin <emax@FreeBSD.org>2004-01-25 21:33:59 +0000
commit6c7f392438a03997bf2ab1eb5c72cddfe2a66e93 (patch)
treee85f8e5c551c6f46cdc427a045c8691ff3c90ef0 /lib
parent0d6ff3866a936d9285bcbaa43616a18c642d0cde (diff)
downloadsrc-6c7f392438a03997bf2ab1eb5c72cddfe2a66e93.tar.gz
src-6c7f392438a03997bf2ab1eb5c72cddfe2a66e93.zip
Cleanup CFLAGS in libsdp(3) Makefile
Connect sdpd(8) to the build Reviewed by: ru, imp (mentor)
Notes
Notes: svn path=/head/; revision=124986
Diffstat (limited to 'lib')
-rw-r--r--lib/libsdp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsdp/Makefile b/lib/libsdp/Makefile
index f93c690d5e70..c4ee1957bcd3 100644
--- a/lib/libsdp/Makefile
+++ b/lib/libsdp/Makefile
@@ -5,7 +5,7 @@ LIB= sdp
MAN= sdp.3
WARNS?= 2
-CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
+CFLAGS+= -I${.CURDIR}
SHLIB_MAJOR= 1