diff options
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/mvme68k/Makefile b/sys/arch/mvme68k/Makefile index 367a5c78a67..99e76b5d12e 100644 --- a/sys/arch/mvme68k/Makefile +++ b/sys/arch/mvme68k/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1996/05/05 11:08:02 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1996/10/01 20:01:25 deraadt Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/11/93 # @@ -8,8 +8,7 @@ NOPROG= noprog NOMAN= noman NOOBJ= noobj -SUBDIR= stand - +SUBDIR= stand ../m68k DIRS= conf dev include mvme68k links:: @@ -27,8 +26,6 @@ tags: >> tags sort -o tags tags -SUBDIR+=stand ../m68k - obj: _SUBDIRUSE .include <bsd.prog.mk> |