Move stand to its own line.

This commit is contained in:
matt 2013-06-30 21:56:44 +00:00
parent 8247cf6dae
commit ebc78062c4

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/10/25 22:27:38 apb Exp $
# $NetBSD: Makefile,v 1.4 2013/06/30 21:56:44 matt Exp $
# Makefile for shark tags file and boot blocks
@ -25,6 +25,7 @@ links:
cd $$i && rm -f tags; ln -s ../tags tags; done
SUBDIR= compile include # stand
SUBDIR= compile include
#SUBDIR+= stand
.include <bsd.subdir.mk>