From d8b4e0d7f56f0d3c9ba2ef6d0da130f7fe5ab74c Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 21 Nov 1994 00:17:10 +0000 Subject: [PATCH] More absolute paths --- usr.bin/vmstat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile index 109d6db2035..b082cb62336 100644 --- a/usr.bin/vmstat/Makefile +++ b/usr.bin/vmstat/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= vmstat -CFLAGS+=-I/sys +CFLAGS+=-I${.CURDIR}/../../sys MAN8= vmstat.8 BINGRP= kmem BINMODE=2555