Use si.h in new location.

This commit is contained in:
Peter Wemm 2000-01-24 08:15:42 +00:00
parent 2c469a0672
commit cd382292be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56509
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# $FreeBSD$
PROG= sicontrol
SRCS= sicontrol.c
MAN8= sicontrol.8
CFLAGS+= -I${.CURDIR}/../../sys
.include <bsd.prog.mk>

View File

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