diff options
Diffstat (limited to 'sys/conf/Makefile.ia64')
-rw-r--r-- | sys/conf/Makefile.ia64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index e52be5d29816..92a36e415a01 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -39,7 +39,7 @@ STD8X16FONT?= iso .if exists(./@/.) S= ./@ .else -S= ../.. +S= ../../.. .endif .endif M= ${MACHINE_ARCH} |