mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
2 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue