diff options
Diffstat (limited to 'sys/arch/powerpc/Makefile')
-rw-r--r-- | sys/arch/powerpc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/powerpc/Makefile b/sys/arch/powerpc/Makefile index ae12d0073cb..507c5e2238a 100644 --- a/sys/arch/powerpc/Makefile +++ b/sys/arch/powerpc/Makefile @@ -1,7 +1,9 @@ NOPROG= noprog NOMAN= noman +.if ${MACHINE} == "powerpc" SUBDIR= stand +.endif obj: _SUBDIRUSE |