summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc269c9fb36040d129558f61fa26bf3745100a4ff (patch)
tree363eeb0167be52153e02cd0c80ecf406e8f2d99c /sys/modules/linux
parente68548a9cc79e93cd770bd33d505fa2347aa5bf4 (diff)
downloadFreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.zip
FreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.tar.gz
Use a consistent style and one much closer to the rest of /usr/src
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index ff58b39..8ba2ffa 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux
-
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 \
@@ -12,23 +12,23 @@ SRCS= linux_file.c linux_ioctl.c linux_ipc.c linux_machdep.c linux_misc.c \
OBJS= linux_locore.o
.if ${MACHINE_ARCH} != "alpha"
-SRCS+= imgact_linux.c
+SRCS+= imgact_linux.c
.endif
-EXPORT_SYMS=_linux_mod
-CLEANFILES= linux_assym.h linux_genassym.o
+EXPORT_SYMS= _linux_mod
+CLEANFILES= linux_assym.h linux_genassym.o
-linux_assym.h: linux_genassym.o
+linux_assym.h: linux_genassym.o
.if exists(@)
-linux_assym.h: @/kern/genassym.sh
+linux_assym.h: @/kern/genassym.sh
.endif
sh @/kern/genassym.sh linux_genassym.o > ${.TARGET}
-linux_locore.o: linux_locore.s linux_assym.h
+linux_locore.o: linux_locore.s linux_assym.h
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
- ${.IMPSRC} -o ${.TARGET}
+ ${.IMPSRC} -o ${.TARGET}
-linux_genassym.o: linux_genassym.c linux.h @ machine
+linux_genassym.o: linux_genassym.c linux.h @ machine
${CC} -c ${CFLAGS} ${.IMPSRC}
opt_compat.h:
OpenPOWER on IntegriCloud