mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 11:12:46 +00:00
abs path to /sys
This commit is contained in:
parent
c9cc84f0a0
commit
7560c41839
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4729
@ -2,7 +2,7 @@ PROG= ncrcontrol
|
||||
SRCS= ncrcontrol.c
|
||||
MAN8= ncrcontrol.8
|
||||
|
||||
CFLAGS+= -I/sys
|
||||
CFLAGS+= -I${.CURDIR}/../../sys
|
||||
LDADD+= -lkvm
|
||||
DPADD+= ${LIBKVM}
|
||||
BINGRP= kmem
|
||||
|
Loading…
Reference in New Issue
Block a user