mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
The coff LKM needs IBCS2 to be able to link (for the 'make regress'
linktest) - add this as a dependency.
This commit is contained in:
parent
69b87d3e06
commit
97df91b415
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.4 1997/02/22 12:47:46 peter Exp $
|
||||
# $Id: Makefile,v 1.5 1998/02/01 18:12:12 bde Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
|
||||
KMOD= ibcs2_coff_mod
|
||||
|
|
@ -6,5 +6,6 @@ SRCS= coff.c imgact_coff.c vnode_if.h
|
|||
NOMAN=
|
||||
CLEANFILES+= vnode_if.h vnode_if.c
|
||||
CFLAGS+= -DLKM -DCOMPAT_IBCS2
|
||||
DEPLKMS=${.OBJDIR}/../ibcs2/ibcs2_mod.o
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.4 1997/02/22 12:47:46 peter Exp $
|
||||
# $Id: Makefile,v 1.5 1998/02/01 18:12:12 bde Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
|
||||
KMOD= ibcs2_coff_mod
|
||||
|
|
@ -6,5 +6,6 @@ SRCS= coff.c imgact_coff.c vnode_if.h
|
|||
NOMAN=
|
||||
CLEANFILES+= vnode_if.h vnode_if.c
|
||||
CFLAGS+= -DLKM -DCOMPAT_IBCS2
|
||||
DEPLKMS=${.OBJDIR}/../ibcs2/ibcs2_mod.o
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue