x68k SUBDIR.

This commit is contained in:
minoura 2004-01-07 13:04:53 +00:00
parent 323da9bcad
commit d9c2ebaf90

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2004/01/06 12:30:13 mrg Exp $
# $NetBSD: Makefile,v 1.8 2004/01/07 13:04:53 minoura Exp $
.include "../Makefile.common"
@ -24,4 +24,8 @@ SUBDIR+=netbsd/macppc
SUBDIR+=netbsd/hpc
.endif
.if ${XSERVER_X68K} != "no"
SUBDIR+=netbsd/x68k
.endif
.include <bsd.subdir.mk>