diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-20 12:45:53 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-20 12:45:53 +0000 |
commit | 5ead33c50f43b24843095d04b25ea82b35634cbb (patch) | |
tree | 1b02fc56660505dab1820e11c0aef8f65bbdd28a /lib/libsbuf | |
parent | 1f22a113d087594eac86b8e17cb0f60c7033a3bb (diff) | |
download | src-5ead33c50f43b24843095d04b25ea82b35634cbb.tar.gz src-5ead33c50f43b24843095d04b25ea82b35634cbb.zip |
Removed -I${.CURDIR}/../../sys from CFLAGS.
Notes
Notes:
svn path=/head/; revision=76898
Diffstat (limited to 'lib/libsbuf')
-rw-r--r-- | lib/libsbuf/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile index a443545ca6f4..40d6c157be78 100644 --- a/lib/libsbuf/Makefile +++ b/lib/libsbuf/Makefile @@ -5,7 +5,4 @@ SRCS= subr_sbuf.c .PATH: ${.CURDIR}/../../sys/kern -SDIR= ${.CURDIR}/../../sys -CFLAGS+=-I${SDIR} - .include <bsd.lib.mk> |