mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Since AlphaLinux is the weirdest Linux of all, probably best to do the
logic this way.
This commit is contained in:
parent
849baab858
commit
3e0aa01059
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65548
@ -12,7 +12,7 @@ SRCS= linux_file.c linux_ioctl.c linux_machdep.c linux_misc.c \
|
||||
OBJS= linux_locore.o
|
||||
MAN8= linux.8
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
.if ${MACHINE_ARCH} != "alpha"
|
||||
SRCS+= imgact_linux.c linux_ipc.c
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user