summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-08-28 09:04:21 +0000
committermarcel <marcel@FreeBSD.org>1999-08-28 09:04:21 +0000
commite1a382c4fe31d95a4dab8707d5e55d98db057251 (patch)
tree119ff4053cad0bf2c15f48105b11c247cfd2a1a8 /sys/modules/linux
parent76374868ab7ae7c2f76bca925bb3045e059c0864 (diff)
downloadFreeBSD-src-e1a382c4fe31d95a4dab8707d5e55d98db057251.zip
FreeBSD-src-e1a382c4fe31d95a4dab8707d5e55d98db057251.tar.gz
Add MAINTAINER and remove the unused COMPAT_LINUX and VM_STACK defines.
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 0ac294c..6b29fe5 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
OpenPOWER on IntegriCloud