Marcel Moolenaar ed4674a8a8 o Add build-tools target for maketabs although it doesn't seem to
be used. I therefore won't add it to Makefile.inc1.
o  Remove -g compilation flags.
2000-01-03 11:57:14 +00:00

30 lines
700 B
Makefile

# $FreeBSD$
MAINTAINER = grog@FreeBSD.org
.PATH: ${.CURDIR}/../../dev/vinum
KMOD= vinum
SRCS= vnode_if.h opt_vinum.h vinumstate.h vinumvar.h \
vinumhdr.h request.h vinumext.h vinumio.h vinumkw.h \
vinum.c vinumparser.c vinumconfig.c vinumio.c vinumutil.c \
vinumstate.c vinummemory.c vinumrequest.c vinumlock.c \
vinumrevive.c vinumioctl.c vinuminterrupt.c vinumdaemon.c vinumraid5.c
NOMAN=
# If you remove -DVINUMDEBUG here, you must also do it in src/sbin/Makefile.
# Otherwise a number of ioctls will fail.
CFLAGS+= -DVINUMDEBUG -O
all:
state.h: vinumstate.h
./maketabs >state.h
build-tools: maketabs
maketabs: maketabs.c
${CC} -o maketabs maketabs.c
.include <bsd.kmod.mk>