Index: head/sys/modules/ibcs2/Makefile =================================================================== --- head/sys/modules/ibcs2/Makefile (revision 71988) +++ head/sys/modules/ibcs2/Makefile (revision 71989) @@ -1,16 +1,15 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../i386/ibcs2 KMOD= ibcs2 SRCS= ibcs2_errno.c ibcs2_ipc.c ibcs2_stat.c ibcs2_misc.c \ ibcs2_fcntl.c ibcs2_signal.c ibcs2_sysent.c ibcs2_ioctl.c \ ibcs2_socksys.c ibcs2_util.c ibcs2_xenix.c ibcs2_xenix_sysent.c \ ibcs2_isc.c ibcs2_isc_sysent.c \ ibcs2_msg.c ibcs2_other.c ibcs2_sysi86.c ibcs2_sysvec.c \ vnode_if.h opt_spx_hack.h CFLAGS+= -DCOMPAT_IBCS2 -EXPORT_SYMS= _ibcs2_mod _ibcs2_emul_path _ibcs2_svr3_sysvec .include Index: head/sys/modules/linux/Makefile =================================================================== --- head/sys/modules/linux/Makefile (revision 71988) +++ head/sys/modules/linux/Makefile (revision 71989) @@ -1,37 +1,36 @@ # $FreeBSD$ MAINTAINER= marcel@FreeBSD.org .PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux KMOD= linux SRCS= linux_file.c linux_ioctl.c linux_ipc.c linux_machdep.c linux_misc.c \ linux_signal.c linux_socket.c linux_stats.c linux_mib.c \ linux_dummy.c linux_sysent.c linux_sysvec.c linux_util.c \ opt_compat.h opt_linux.h opt_vmpage.h vnode_if.h OBJS= linux_locore.o .if ${MACHINE_ARCH} == "i386" SRCS+= imgact_linux.c .endif -EXPORT_SYMS= _linux_mod CLEANFILES= linux_assym.h linux_genassym.o linux_assym.h: linux_genassym.o .if exists(@) linux_assym.h: @/kern/genassym.sh .endif sh @/kern/genassym.sh linux_genassym.o > ${.TARGET} linux_locore.o: linux_locore.s linux_assym.h ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ ${.IMPSRC} -o ${.TARGET} linux_genassym.o: linux_genassym.c linux.h @ machine ${CC} -c ${CFLAGS} ${.IMPSRC} opt_compat.h: echo "#define COMPAT_43 1" > opt_compat.h .include Index: head/sys/modules/osf1/Makefile =================================================================== --- head/sys/modules/osf1/Makefile (revision 71988) +++ head/sys/modules/osf1/Makefile (revision 71989) @@ -1,18 +1,17 @@ # $FreeBSD$ MAINTAINER= gallatin@FreeBSD.org .PATH: ${.CURDIR}/../../alpha/osf1 KMOD= osf1 SRCS= osf1_ioctl.c osf1_misc.c osf1_signal.c osf1_sysent.c \ osf1_mount.c imgact_osf1.c osf1_sysvec.c opt_compat.h \ opt_simos.h opt_nfs.h device_if.h bus_if.h vnode_if.h #CFLAGS+= -g -EXPORT_SYMS= _osf1 opt_compat.h: echo "#define COMPAT_43 1" > ${.TARGET} .include Index: head/sys/modules/svr4/Makefile =================================================================== --- head/sys/modules/svr4/Makefile (revision 71988) +++ head/sys/modules/svr4/Makefile (revision 71989) @@ -1,40 +1,39 @@ # $FreeBSD$ MAINTAINER= newton@FreeBSD.org TARGET_ARCH?= ${MACHINE_ARCH} .PATH: ${.CURDIR}/../../${TARGET_ARCH}/svr4 ${.CURDIR}/../../compat/svr4 KMOD= svr4 SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_svr4.h opt_vmpage.h \ vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c svr4_misc.c \ svr4_ioctl.c svr4_stat.c svr4_filio.c svr4_ttold.c svr4_termios.c \ svr4_stream.c svr4_socket.c svr4_sockio.c svr4_machdep.c \ svr4_resource.c svr4_ipc.c OBJS= svr4_locore.o -EXPORT_SYMS= _svr4_mod CLEANFILES= svr4_assym.h svr4_genassym.o svr4_assym.h: svr4_genassym.o .if exists(@) svr4_assym.h: @/kern/genassym.sh .endif sh @/kern/genassym.sh svr4_genassym.o > ${.TARGET} svr4_locore.o: svr4_locore.s svr4_assym.h ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ ${.IMPSRC} -o ${.TARGET} svr4_genassym.o: svr4_genassym.c svr4.h @ machine ${CC} -c ${CFLAGS} ${.IMPSRC} opt_compat.h: echo "#define COMPAT_43 1" > opt_compat.h .if defined(DEBUG) opt_svr4.h: echo "#define DEBUG_SVR4 1" > opt_svr4.h .endif .include