diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-21 00:17:10 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-21 00:17:10 +0000 |
commit | d8b4e0d7f56f0d3c9ba2ef6d0da130f7fe5ab74c (patch) | |
tree | 5e676977d5056272024fa4a49756cc384b82f65b /usr.bin | |
parent | d477883788487b2c36e30b1228eb8eda1db6de70 (diff) |
More absolute paths
Notes
Notes:
svn path=/head/; revision=4720
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 109d6db2035d..b082cb62336b 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 |