diff options
Diffstat (limited to 'sys/conf/Makefile.powerpc')
| -rw-r--r-- | sys/conf/Makefile.powerpc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index f6cd81823193..06d6bb8f5b2f 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -24,11 +24,13 @@ KERNEL?= kernel KERNFORMAT?= elf STD8X16FONT?= iso +.if !defined(S) .if exists(./@/.) S= ./@ .else S= ../.. .endif +.endif I386= ${S}/i386 COPTFLAGS?=-O |
