a654d07295
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
12 lines
270 B
Makefile
12 lines
270 B
Makefile
# $Id: Makefile,v 1.6 1998/03/12 20:04:38 eivind 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
|
|
|
|
.include <bsd.kmod.mk>
|