diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-10-02 07:26:16 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-10-02 07:26:16 +0000 |
commit | 842e6fee7a7a193a26c61c6ccd22b40b7f9540bd (patch) | |
tree | c0d2d153b7fd6965452958c20ed2d9d912676da3 /distrib/notes/Makefile | |
parent | 704df990a16b62da8b148b8402297fc455378df0 (diff) |
add notes for for OpenBSD/palm still a bit rough, but it's a start
parts from and "seems ok" marex@
Diffstat (limited to 'distrib/notes/Makefile')
-rw-r--r-- | distrib/notes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index ff51e548243..62d928eb395 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2009/05/12 21:06:48 miod Exp $ +# $OpenBSD: Makefile,v 1.34 2009/10/02 07:26:15 jasper Exp $ NOPROG= NOMAN= @@ -19,8 +19,8 @@ all: $(TARG) allarchs: @cd $(.CURDIR); \ for arch in alpha amd64 armish aviion hp300 hppa i386 landisk \ - luna88k mac68k macppc mvme68k mvme88k sgi socppc sparc sparc64 \ - vax zaurus; \ + luna88k mac68k macppc mvme68k mvme88k palm sgi socppc sparc \ + sparc64 vax zaurus; \ do ${MAKE} M=$$arch; done $(TARG): $(DEP) |