diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1998-09-28 04:21:20 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1998-09-28 04:21:20 +0000 |
| commit | 02d719b0f5ded2f09ac88a26893116f9ab3cc683 (patch) | |
| tree | 7d12910b9b7d73f80307b4488cce7e1ced99613b /sys/modules | |
| parent | 95b246f166bb6504eadc4987ece1edc6f5090341 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/vinum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
