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

This commit is contained in:
ru 2001-05-20 12:45:53 +00:00
parent 23ec4e58f8
commit d22e1f59c1

View File

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