diff options
Diffstat (limited to 'lib/libdevstat/Makefile')
-rw-r--r-- | lib/libdevstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile index 07e580e..ea52a6e 100644 --- a/lib/libdevstat/Makefile +++ b/lib/libdevstat/Makefile @@ -18,6 +18,6 @@ MLINKS+=devstat.3 buildmatch.3 MLINKS+=devstat.3 compute_stats.3 MLINKS+=devstat.3 compute_etime.3 -CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../sys +CFLAGS+=-I${.CURDIR} .include <bsd.lib.mk> |