diff options
author | phk <phk@FreeBSD.org> | 1994-11-21 00:17:10 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-11-21 00:17:10 +0000 |
commit | f36d4baf8ef5e33da790f02269c051fb035dfeed (patch) | |
tree | 5e676977d5056272024fa4a49756cc384b82f65b /usr.bin | |
parent | 0d3ff3889e8b3a0f330d54651035fe21e2275a05 (diff) | |
download | FreeBSD-src-f36d4baf8ef5e33da790f02269c051fb035dfeed.zip FreeBSD-src-f36d4baf8ef5e33da790f02269c051fb035dfeed.tar.gz |
More absolute paths
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/vmstat/Makefile | 2 |
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 |