diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-01 20:01:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-01 20:01:26 +0000 |
commit | c018e86769dabbf7ec1477dc075d8fda6fd5cdf4 (patch) | |
tree | f51ab52af98265b4790f4984449b2606d6f4868a /sys | |
parent | 0dd1fed7ed1be98967438cd60621f742ae5322b3 (diff) |
traverse stand only once
Diffstat (limited to 'sys')
-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> |