From 5ead33c50f43b24843095d04b25ea82b35634cbb Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 20 May 2001 12:45:53 +0000 Subject: [PATCH] Removed -I${.CURDIR}/../../sys from CFLAGS. --- lib/libsbuf/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile index a443545ca6f..40d6c157be7 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