mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34529
@ -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 New Issue
Block a user