Remove more scripts whose only purpose was to kldload modules.
[dragonfly.git] / sys / emulation / ibcs2 / Makefile
1 # $FreeBSD: src/sys/modules/ibcs2/Makefile,v 1.26.2.3 2002/08/07 16:31:56 ru Exp $
2 # $DragonFly: src/sys/emulation/ibcs2/Attic/Makefile,v 1.5 2005/09/10 10:41:40 swildner Exp $
3
4 .PATH:  ${.CURDIR}/../../emulation/ibcs2/i386
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         opt_spx_hack.h
12
13 CFLAGS+= -DCOMPAT_IBCS2
14 EXPORT_SYMS= _ibcs2_mod _ibcs2_emul_path _ibcs2_svr3_sysvec
15
16 .include <bsd.kmod.mk>