Descend into stand so boot32 gets built.
This commit is contained in:
parent
ab6fc8a1fd
commit
6407c43a48
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2003/01/06 17:40:20 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2003/08/02 17:57:35 bjh21 Exp $
|
||||
|
||||
# Makefile for acorn32 tags file and boot blocks
|
||||
|
||||
|
@ -24,6 +24,6 @@ links:
|
|||
cd $$i && rm -f tags; ln -s ../tags tags; done
|
||||
|
||||
|
||||
SUBDIR= compile include # stand
|
||||
SUBDIR= compile include stand
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
Loading…
Reference in New Issue