mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
More absolute paths
This commit is contained in:
parent
d477883788
commit
d8b4e0d7f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue