diff options
author | 2011-06-22 13:30:36 +0000 | |
---|---|---|
committer | 2011-06-22 13:30:36 +0000 | |
commit | 8410c047103b47de759cf528b9c6c5e4f8fc570e (patch) | |
tree | 76941cdf75855c72add91c239bedfda6fe8a3df6 | |
parent | absolute_okay is more a property of the class than an extra parameter to (diff) | |
download | wireguard-openbsd-8410c047103b47de759cf528b9c6c5e4f8fc570e.tar.xz wireguard-openbsd-8410c047103b47de759cf528b9c6c5e4f8fc570e.zip |
add beagle, far from ready but it's a start
-rw-r--r-- | distrib/notes/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 1f0d5464287..c538d395ae0 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2010/02/03 21:47:09 otto Exp $ +# $OpenBSD: Makefile,v 1.36 2011/06/22 13:30:36 jasper Exp $ NOPROG= NOMAN= @@ -18,9 +18,9 @@ all: $(TARG) allarchs: @cd $(.CURDIR); \ - for arch in alpha amd64 armish aviion hp300 hppa i386 landisk loongson \ - luna88k mac68k macppc mvme68k mvme88k palm sgi socppc sparc \ - sparc64 vax zaurus; \ + for arch in alpha amd64 armish aviion beagle hp300 hppa i386 landisk \ + loongson luna88k mac68k macppc mvme68k mvme88k palm sgi socppc \ + sparc sparc64 vax zaurus; \ do ${MAKE} M=$$arch; done $(TARG): $(DEP) |