diff --git a/lkm/vinum/Makefile b/lkm/vinum/Makefile index 4b881826fdd8..f1f4bb76117a 100644 --- a/lkm/vinum/Makefile +++ b/lkm/vinum/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile.lkm.lite,v 1.2 1998/08/13 06:07:29 grog Exp grog $ +# $Id: Makefile,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $ .PATH: ${.CURDIR}/../../sys/dev/ccd KMOD= vinum_mod @@ -7,7 +7,7 @@ SRCS= vinum.c vinum.h vnode_if.h parser.c config.c io.c util.c vinumhdr.h requ vinumstate.h vinumvar.h revive.c vinumioctl.c interrupt.c NOMAN= PSEUDO_LKM= -CFLAGS = -I. -O -g -I/usr/include/machine -DDEBUG -Wall -Wno-unused -Wno-parentheses +CFLAGS = -I${.CURDIR} -O -g -I/usr/include/machine -DDEBUG -Wall -Wno-unused -Wno-parentheses CLEANFILES+= vinum.h vnode_if.h vnode_if.c diff --git a/sys/dev/vinum/Makefile b/sys/dev/vinum/Makefile index 4b881826fdd8..f1f4bb76117a 100644 --- a/sys/dev/vinum/Makefile +++ b/sys/dev/vinum/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile.lkm.lite,v 1.2 1998/08/13 06:07:29 grog Exp grog $ +# $Id: Makefile,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $ .PATH: ${.CURDIR}/../../sys/dev/ccd KMOD= vinum_mod @@ -7,7 +7,7 @@ SRCS= vinum.c vinum.h vnode_if.h parser.c config.c io.c util.c vinumhdr.h requ vinumstate.h vinumvar.h revive.c vinumioctl.c interrupt.c NOMAN= PSEUDO_LKM= -CFLAGS = -I. -O -g -I/usr/include/machine -DDEBUG -Wall -Wno-unused -Wno-parentheses +CFLAGS = -I${.CURDIR} -O -g -I/usr/include/machine -DDEBUG -Wall -Wno-unused -Wno-parentheses CLEANFILES+= vinum.h vnode_if.h vnode_if.c diff --git a/sys/modules/vinum/Makefile b/sys/modules/vinum/Makefile index 4b881826fdd8..f1f4bb76117a 100644 --- a/sys/modules/vinum/Makefile +++ b/sys/modules/vinum/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile.lkm.lite,v 1.2 1998/08/13 06:07:29 grog Exp grog $ +# $Id: Makefile,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $ .PATH: ${.CURDIR}/../../sys/dev/ccd KMOD= vinum_mod @@ -7,7 +7,7 @@ SRCS= vinum.c vinum.h vnode_if.h parser.c config.c io.c util.c vinumhdr.h requ vinumstate.h vinumvar.h revive.c vinumioctl.c interrupt.c NOMAN= PSEUDO_LKM= -CFLAGS = -I. -O -g -I/usr/include/machine -DDEBUG -Wall -Wno-unused -Wno-parentheses +CFLAGS = -I${.CURDIR} -O -g -I/usr/include/machine -DDEBUG -Wall -Wno-unused -Wno-parentheses CLEANFILES+= vinum.h vnode_if.h vnode_if.c