mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-22 07:20:00 +00:00
Again, this is not a filesystem so don't compile it as if it were.
This commit is contained in:
parent
6891d57652
commit
e85c098db0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3947
@ -1,10 +1,10 @@
|
|||||||
# $Id$
|
# $Id: Makefile,v 1.1 1994/10/14 08:46:11 sos Exp $
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
|
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
|
||||||
KMOD= ibcs2_coff_mod
|
KMOD= ibcs2_coff_mod
|
||||||
SRCS= coff.c imgact_coff.c
|
SRCS= coff.c imgact_coff.c vnode_if.h
|
||||||
VFS_LKM=
|
|
||||||
NOMAN=
|
NOMAN=
|
||||||
|
CLEANFILES+= vnode_if.h vnode_if.c
|
||||||
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
|
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
|
||||||
|
|
||||||
.include <bsd.kmod.mk>
|
.include <bsd.kmod.mk>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# $Id$
|
# $Id: Makefile,v 1.1 1994/10/14 08:46:11 sos Exp $
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
|
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
|
||||||
KMOD= ibcs2_coff_mod
|
KMOD= ibcs2_coff_mod
|
||||||
SRCS= coff.c imgact_coff.c
|
SRCS= coff.c imgact_coff.c vnode_if.h
|
||||||
VFS_LKM=
|
|
||||||
NOMAN=
|
NOMAN=
|
||||||
|
CLEANFILES+= vnode_if.h vnode_if.c
|
||||||
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
|
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
|
||||||
|
|
||||||
.include <bsd.kmod.mk>
|
.include <bsd.kmod.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user