diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-03 21:47:10 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-03 21:47:10 +0000 |
commit | 8ce7dea7e60d566e02185413acf5ae6c92888f82 (patch) | |
tree | 7a0b697c5c56ec1fd70231526f421c1c0774bab7 /distrib | |
parent | 21eae22d3081d4dc1046ec9932db3babb40c137d (diff) |
loongson relese building bits; ok miod@
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile | 4 | ||||
-rw-r--r-- | distrib/notes/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index dd7d54346ff..ad35ea883cf 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.36 2008/08/22 16:01:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.37 2010/02/03 21:47:09 otto Exp $ SUBDIR= special notes .if make(obj) -SUBDIR+=alpha amd64 armish hp300 hppa i386 landisk mac68k macppc \ +SUBDIR+=alpha amd64 armish hp300 hppa i386 landisk loongson mac68k macppc \ mvme68k mvme88k mvmeppc sgi socppc sparc sparc64 vax zaurus .elif exists(${MACHINE}) SUBDIR+=${MACHINE} diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 62d928eb395..1f0d5464287 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2009/10/02 07:26:15 jasper Exp $ +# $OpenBSD: Makefile,v 1.35 2010/02/03 21:47:09 otto Exp $ NOPROG= NOMAN= @@ -18,7 +18,7 @@ all: $(TARG) allarchs: @cd $(.CURDIR); \ - for arch in alpha amd64 armish aviion hp300 hppa i386 landisk \ + for arch in alpha amd64 armish aviion hp300 hppa i386 landisk loongson \ luna88k mac68k macppc mvme68k mvme88k palm sgi socppc sparc \ sparc64 vax zaurus; \ do ${MAKE} M=$$arch; done |