Again, this is not a filesystem so don't compile it as if it were.

This commit is contained in:
Garrett Wollman 1994-10-27 23:39:19 +00:00
parent 6891d57652
commit e85c098db0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3947
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $Id$
# $Id: Makefile,v 1.1 1994/10/14 08:46:11 sos Exp $
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_coff_mod
SRCS= coff.c imgact_coff.c
VFS_LKM=
SRCS= coff.c imgact_coff.c vnode_if.h
NOMAN=
CLEANFILES+= vnode_if.h vnode_if.c
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
.include <bsd.kmod.mk>

View File

@ -1,10 +1,10 @@
# $Id$
# $Id: Makefile,v 1.1 1994/10/14 08:46:11 sos Exp $
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_coff_mod
SRCS= coff.c imgact_coff.c
VFS_LKM=
SRCS= coff.c imgact_coff.c vnode_if.h
NOMAN=
CLEANFILES+= vnode_if.h vnode_if.c
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
.include <bsd.kmod.mk>