diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-08-28 09:04:21 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-08-28 09:04:21 +0000 |
| commit | 9e8b10d186a3669f14d2503f062e14ebc8cb3f57 (patch) | |
| tree | 40f942954de57873f414b2f2c47d1e9481c6ea5f /sys/modules/linux | |
| parent | 86f95e6b6d691fd71245967ca2cc603717c9fb96 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 0ac294c4c42e..6b29fe5c1c8b 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,6 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../i386/linux + +MAINTAINER= marcel@FreeBSD.org + KMOD= linux SRCS= linux_file.c linux_ioctl.c linux_misc.c linux_signal.c \ linux_ipc.c linux_socket.c linux_stats.c linux_mib.c \ @@ -9,7 +12,7 @@ SRCS= linux_file.c linux_ioctl.c linux_misc.c linux_signal.c \ OBJS= linux_locore.o MAN8= linux.8 -CFLAGS+= -DCOMPAT_LINUX -DVM_STACK #-DDEBUG +# CFLAGS+= -DDEBUG EXPORT_SYMS=_linux_mod CLEANFILES+= vnode_if.h vnode_if.c linux_genassym.o linux_genassym \ linux_assym.h opt_compat.h opt_linux.h opt_vmpage.h |
