VFS messaging/interfacing work stage 1/99. This stage replaces the old
[dragonfly.git] / sys / emulation / ibcs2 / coff / Makefile
1 # $FreeBSD: src/sys/modules/coff/Makefile,v 1.10 1999/11/28 18:52:45 bde Exp $
2 # $DragonFly: src/sys/emulation/ibcs2/coff/Attic/Makefile,v 1.3 2004/08/13 17:51:08 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../i386/ibcs2
5 KMOD=   ibcs2_coff
6 SRCS=   imgact_coff.c
7 NOMAN=
8 CFLAGS+=        -DCOMPAT_IBCS2
9 KMODDEPS=       ibcs2
10
11 .include <bsd.kmod.mk>