build libamiga.a if Xamiga

This commit is contained in:
rtr 2004-01-17 03:56:25 +00:00
parent dd6e622644
commit 3c57e953ad
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2004/01/10 04:34:33 fredb Exp $
# $NetBSD: Makefile,v 1.10 2004/01/17 03:56:25 rtr Exp $
.include "../Makefile.common"
@ -32,4 +32,8 @@ SUBDIR+=netbsd/x68k
SUBDIR+=netbsd/mac68k
.endif
.if ${XSERVER_XAMIGA} != "no"
SUBDIR+=netbsd/amiga
.endif
.include <bsd.subdir.mk>