From 97df91b415da8d8f2c366eb65533ddd0a32bb536 Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Thu, 12 Mar 1998 20:04:38 +0000 Subject: The coff LKM needs IBCS2 to be able to link (for the 'make regress' linktest) - add this as a dependency. --- lkm/coff/Makefile | 3 ++- sys/modules/coff/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lkm/coff/Makefile b/lkm/coff/Makefile index 144a49e62e0a..e9f291067f1a 100644 --- a/lkm/coff/Makefile +++ b/lkm/coff/Makefile @@ -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 diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile index 144a49e62e0a..e9f291067f1a 100644 --- a/sys/modules/coff/Makefile +++ b/sys/modules/coff/Makefile @@ -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 -- cgit v1.3