diff options
author | peter <peter@FreeBSD.org> | 1999-01-23 00:09:07 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-01-23 00:09:07 +0000 |
commit | baa33cd632f2e9fe4c7db1fa5b8f79f4bdf32748 (patch) | |
tree | 80414ded38669d6f35e104a766583f4f2f154e30 /sys | |
parent | 355b55c28227a3ff8450e881344606a04cd5ac34 (diff) | |
download | FreeBSD-src-baa33cd632f2e9fe4c7db1fa5b8f79f4bdf32748.zip FreeBSD-src-baa33cd632f2e9fe4c7db1fa5b8f79f4bdf32748.tar.gz |
Remove stray Makefile that Greg initially imported.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/vinum/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys/dev/vinum/Makefile b/sys/dev/vinum/Makefile deleted file mode 100644 index 363aa7a..0000000 --- a/sys/dev/vinum/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: Makefile,v 1.4 1998/12/28 04:56:22 peter Exp $ - -.PATH: ${.CURDIR}/../../sys/dev/ccd -KMOD= vinum_mod -SRCS= vinum.c vinum.h vnode_if.h parser.c config.c io.c util.c vinumhdr.h request.h \ - state.c memory.c request.c lock.c vinumext.h vinumio.h vinumkw.h \ - vinumstate.h vinumvar.h revive.c vinumioctl.c interrupt.c -NOMAN= -PSEUDO_LKM= -CFLAGS = -I${.CURDIR} -O -g -DVINUMDEBUG -Wall -Wno-unused -Wno-parentheses - -CLEANFILES+= vinum.h vnode_if.h vnode_if.c - -all: - -# We don't need this, but the Makefile wants it -vinum.h: - touch $@ - -state.h: maketabs vinumstate.h - ./maketabs >state.h - -maketabs: maketabs.c - ${CC} -g -o maketabs maketabs.c - -.include <bsd.kmod.mk> |