Activate the pc98 directory.

This commit is contained in:
KATO Takenori 2000-03-18 16:49:22 +00:00
parent 8220dd2744
commit 1c206c591f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58235

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>