summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-21 00:17:10 +0000
committerphk <phk@FreeBSD.org>1994-11-21 00:17:10 +0000
commitf36d4baf8ef5e33da790f02269c051fb035dfeed (patch)
tree5e676977d5056272024fa4a49756cc384b82f65b /usr.bin/vmstat
parent0d3ff3889e8b3a0f330d54651035fe21e2275a05 (diff)
downloadFreeBSD-src-f36d4baf8ef5e33da790f02269c051fb035dfeed.zip
FreeBSD-src-f36d4baf8ef5e33da790f02269c051fb035dfeed.tar.gz
More absolute paths
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile
index 109d6db..b082cb6 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
OpenPOWER on IntegriCloud