summaryrefslogtreecommitdiffstats
path: root/lkm
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-03-12 20:04:38 +0000
committereivind <eivind@FreeBSD.org>1998-03-12 20:04:38 +0000
commit0d78faee3c2cd5c8fcd19e91114aba344b68a2a9 (patch)
treeceb4ba38301d0315a42856b1d8aff803152e5a63 /lkm
parent4e506c209b6eb53854933be0c1f53c26e9172680 (diff)
downloadFreeBSD-src-0d78faee3c2cd5c8fcd19e91114aba344b68a2a9.zip
FreeBSD-src-0d78faee3c2cd5c8fcd19e91114aba344b68a2a9.tar.gz
The coff LKM needs IBCS2 to be able to link (for the 'make regress'
linktest) - add this as a dependency.
Diffstat (limited to 'lkm')
-rw-r--r--lkm/coff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lkm/coff/Makefile b/lkm/coff/Makefile
index 144a49e..e9f2910 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 <bsd.kmod.mk>
OpenPOWER on IntegriCloud