Makefile (e8b2943fabf85fae379a225da119b736fb14884f) | Makefile (822923447e454b30d310cb46903c9ddeca9f0a7a) |
---|---|
1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux 4 5KMOD= linux 6SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \ 7 linux_machdep.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c \ 8 linux_stats.c linux_sysctl.c linux_sysent.c linux_sysvec.c \ --- 23 unchanged lines hidden (view full) --- 32 33linux_locore.o: linux_locore.s linux_assym.h 34 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ 35 ${.IMPSRC} -o ${.TARGET} 36 37linux_genassym.o: linux_genassym.c linux.h @ machine 38 ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC} 39 | 1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux 4 5KMOD= linux 6SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \ 7 linux_machdep.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c \ 8 linux_stats.c linux_sysctl.c linux_sysent.c linux_sysvec.c \ --- 23 unchanged lines hidden (view full) --- 32 33linux_locore.o: linux_locore.s linux_assym.h 34 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ 35 ${.IMPSRC} -o ${.TARGET} 36 37linux_genassym.o: linux_genassym.c linux.h @ machine 38 ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC} 39 |
40.if !defined(KERNBUILDDIR) |
|
40opt_compat.h: 41 echo "#define COMPAT_43 1" > opt_compat.h 42 43opt_inet6.h: 44 echo "#define INET6 1" > opt_inet6.h | 41opt_compat.h: 42 echo "#define COMPAT_43 1" > opt_compat.h 43 44opt_inet6.h: 45 echo "#define INET6 1" > opt_inet6.h |
46.endif |
|
45 46.include <bsd.kmod.mk> | 47 48.include <bsd.kmod.mk> |