Removed -I${.CURDIR}/../../sys from CFLAGS.

This commit is contained in:
Ruslan Ermilov 2001-05-20 12:45:53 +00:00
parent 1f22a113d0
commit 5ead33c50f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76898

View File

@ -5,7 +5,4 @@ SRCS= subr_sbuf.c
.PATH: ${.CURDIR}/../../sys/kern
SDIR= ${.CURDIR}/../../sys
CFLAGS+=-I${SDIR}
.include <bsd.lib.mk>