Add generated pcidevs files. Fix a small typo in devlist2h.awk.
[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.3 2003/08/15 06:32:47 dillon 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         vnode_if.h opt_spx_hack.h
12 MAN=    ibcs2.8
13
14 CFLAGS+= -DCOMPAT_IBCS2
15 EXPORT_SYMS= _ibcs2_mod _ibcs2_emul_path _ibcs2_svr3_sysvec
16
17 afterinstall:
18         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
19                 ${.CURDIR}/ibcs2.sh ${DESTDIR}/usr/sbin/ibcs2
20
21 .include <bsd.kmod.mk>