Use si.h in new location.
This commit is contained in:
parent
2c469a0672
commit
cd382292be
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= sicontrol
|
||||
SRCS= sicontrol.c
|
||||
MAN8= sicontrol.8
|
||||
CFLAGS+= -I${.CURDIR}/../../sys
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -48,7 +48,7 @@ static const char rcsid[] =
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/tty.h>
|
||||
|
||||
#include <machine/si.h>
|
||||
#include <dev/si/si.h>
|
||||
|
||||
struct lv {
|
||||
char *lv_name;
|
||||
|
Loading…
Reference in New Issue
Block a user