]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/ibcs2/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / ibcs2 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../i386/ibcs2
4
5 KMOD=   ibcs2
6 SRCS=   ibcs2_errno.c ibcs2_ipc.c ibcs2_stat.c ibcs2_misc.c \
7         ibcs2_fcntl.c ibcs2_signal.c ibcs2_sysent.c ibcs2_ioctl.c \
8         ibcs2_socksys.c ibcs2_util.c ibcs2_xenix.c ibcs2_xenix_sysent.c \
9         ibcs2_isc.c ibcs2_isc_sysent.c \
10         ibcs2_msg.c ibcs2_other.c ibcs2_sysi86.c ibcs2_sysvec.c \
11         vnode_if.h opt_spx_hack.h
12
13 CFLAGS+= -DCOMPAT_IBCS2
14
15 .include <bsd.kmod.mk>