diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-23 19:05:30 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-23 19:05:30 +0000 |
commit | 5b9e664a6d78d1169edf09d2921cc07d5d728d81 (patch) | |
tree | 42d6dfbf69a6db9caf9ea04c45fb6d006f82b083 /sys | |
parent | c3e56b9e4234296981711f5ff611a38393efce87 (diff) |
From NetBSD: build stand/
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amiga/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/amiga/Makefile b/sys/arch/amiga/Makefile index 4a41feb9404..d494906d86c 100644 --- a/sys/arch/amiga/Makefile +++ b/sys/arch/amiga/Makefile @@ -1,4 +1,5 @@ -# $NetBSD: Makefile,v 1.10 1994/10/26 02:01:24 cgd Exp $ +# $OpenBSD: Makefile,v 1.2 1996/08/23 19:05:29 niklas Exp $ +# $NetBSD: Makefile,v 1.10.6.1 1996/06/09 20:48:33 is Exp $ # @(#)Makefile 7.3 (Berkeley) 6/9/91 @@ -11,8 +12,10 @@ COMM= $S/vm/*.[ch] $S/ufs/*.[ch] $S/sys/*.h $S/compat/sunos/*.[ch] \ # Makefile for amiga tags file -all: - @echo "make tags or links only" +SUBDIR=stand + +#all: +# @echo "make tags or links only" TAMIGA= $S/arch/amiga/tags SAMIGA= $S/arch/m68k/m68k/*.c $S/arch/m68k/include/*.h \ |