]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/coff/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / 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>