diff options
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile index 3da9f4e82e5..eb08617737d 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2000/05/25 21:54:37 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2000/05/26 20:42:03 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ # arch/arc arch/wgrisc SUBDIR= arch/alpha arch/amiga arch/hp300 arch/i386 \ arch/mac68k arch/mvme68k arch/pmax arch/powerpc \ - arch/sparc arch/vax + arch/sparc arch/vax arch/sun3 .include <bsd.subdir.mk> |