diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-03-12 20:04:38 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-03-12 20:04:38 +0000 |
| commit | 97df91b415da8d8f2c366eb65533ddd0a32bb536 (patch) | |
| tree | 66990bc3be7176c2c9d074fc3585ca3e32ce3500 /sys/modules/coff | |
| parent | 69b87d3e0624d23744747d36b1c263564c217ffb (diff) | |
Notes
Diffstat (limited to 'sys/modules/coff')
| -rw-r--r-- | sys/modules/coff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.kmod.mk> |
