mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
Unbreak build.
This commit is contained in:
parent
1ec8e0e48b
commit
47118d2049
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213388
@ -6,7 +6,7 @@
|
||||
|
||||
KMOD= mem
|
||||
SRCS= memdev.c mem.c
|
||||
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} = "powerpc"
|
||||
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "powerpc"
|
||||
SRCS+= memutil.c
|
||||
.endif
|
||||
.if ${MACHINE_CPUARCH} == "i386"
|
||||
|
Loading…
Reference in New Issue
Block a user