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