Activate the pc98 directory.

This commit is contained in:
kato 2000-03-18 16:49:22 +00:00
parent ff1a702c3a
commit 3ba3beabeb

View File

@ -75,8 +75,8 @@ SUBDIR= adjkerntz \
SUBDIR+= kget mount_nwfs
.endif
.if exists(${.CURDIR}/${MACHINE_ARCH})
SUBDIR+= ${MACHINE_ARCH}
.if exists(${.CURDIR}/${MACHINE})
SUBDIR+= ${MACHINE}
.endif
.include <bsd.subdir.mk>