From 0d78faee3c2cd5c8fcd19e91114aba344b68a2a9 Mon Sep 17 00:00:00 2001 From: eivind 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. --- sys/modules/coff/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/modules/coff') diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile index 144a49e..e9f2910 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.1