diff options
Diffstat (limited to 'sys/arch/pmax/Makefile')
-rw-r--r-- | sys/arch/pmax/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/pmax/Makefile b/sys/arch/pmax/Makefile index 4fb8b447a3f..e95ac390f98 100644 --- a/sys/arch/pmax/Makefile +++ b/sys/arch/pmax/Makefile @@ -6,7 +6,9 @@ NOPROG= noprog NOMAN= noman +.if ${MACHINE} == "pmax" SUBDIR= boot +.endif TPMAX= ../pmax/tags SPMAX= ../pmax/pmax/*.[ch] ../pmax/include/*.h \ |