From: deraadt Date: Sun, 5 May 1996 11:08:02 +0000 (+0000) Subject: build stand as well X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b191af5f6ce3b4f70663ff4de67e6a71953ab3c4;p=openbsd build stand as well --- 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 +.include