diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-05 11:08:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-05 11:08:03 +0000 |
commit | 5c8c3b86fa94cce5ac8b530555fbe2beb2b750f6 (patch) | |
tree | 2541a3fd8913c9f7801a81d7066c6e67905d681a | |
parent | 762f9c9aeee4fc35f40f47a3092d88586c7793f2 (diff) |
build stand as well
-rw-r--r-- | sys/arch/mvme68k/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/Makefile b/sys/arch/mvme68k/Makefile index 93dc3d0bedf..367a5c78a67 100644 --- a/sys/arch/mvme68k/Makefile +++ b/sys/arch/mvme68k/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1996/04/28 11:12:35 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1996/05/05 11:08:02 deraadt Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/11/93 # @@ -8,6 +8,8 @@ NOPROG= noprog NOMAN= noman NOOBJ= noobj +SUBDIR= stand + DIRS= conf dev include mvme68k links:: @@ -30,3 +32,4 @@ SUBDIR+=stand ../m68k obj: _SUBDIRUSE .include <bsd.prog.mk> +.include <bsd.subdir.mk> |