More absolute paths

This commit is contained in:
Poul-Henning Kamp 1994-11-21 00:17:10 +00:00
parent d477883788
commit d8b4e0d7f5

View file

@ -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