Make this work now; fixing the kstack overflow allows the dependency to

be added to the symbol search order safely.
This commit is contained in:
Peter Wemm 1998-11-06 16:02:14 +00:00
parent 578c822198
commit 9fe66b94a2

View File

@ -1,11 +1,11 @@
# $Id: Makefile,v 1.6 1998/03/12 20:04:38 eivind Exp $
# $Id: Makefile,v 1.7 1998/10/16 04:30:42 peter Exp $
.PATH: ${.CURDIR}/../../i386/ibcs2
KMOD= ibcs2_coff
SRCS= imgact_coff.c vnode_if.h
NOMAN=
CLEANFILES+= vnode_if.h vnode_if.c
CFLAGS+= -DCOMPAT_IBCS2
DEPLKMS=${.OBJDIR}/../ibcs2/ibcs2_mod.o
CLEANFILES+= vnode_if.h vnode_if.c
CFLAGS+= -DCOMPAT_IBCS2
KMODDEPS= ibcs2
.include <bsd.kmod.mk>