Since AlphaLinux is the weirdest Linux of all, probably best to do the

logic this way.
This commit is contained in:
David E. O'Brien 2000-09-06 20:21:55 +00:00
parent 849baab858
commit 3e0aa01059
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65548

View file

@ -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