]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/modules/coff/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / sys / modules / coff / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../i386/ibcs2
4
5 KMOD=   ibcs2_coff
6 SRCS=   imgact_coff.c vnode_if.h
7
8 CFLAGS+=        -DCOMPAT_IBCS2
9
10 .include <bsd.kmod.mk>