diff options
author | 2008-05-15 21:01:14 +0000 | |
---|---|---|
committer | 2008-05-15 21:01:14 +0000 | |
commit | 833345047eaa7d36a834eb847164a1b8458aa80f (patch) | |
tree | e6a7f5c77aaa980c9111b2bed8cfd90f290e6c77 | |
parent | Add socppc. (diff) | |
download | wireguard-openbsd-833345047eaa7d36a834eb847164a1b8458aa80f.tar.xz wireguard-openbsd-833345047eaa7d36a834eb847164a1b8458aa80f.zip |
Add socppc to allarchs target.
-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 e74554fbc28..05628db6f0c 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2007/08/01 21:23:23 miod Exp $ +# $OpenBSD: Makefile,v 1.31 2008/05/15 21:01:14 miod 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 sparc sparc64 vax \ - zaurus; \ + luna88k mac68k macppc mvme68k mvme88k sgi socppc sparc sparc64 \ + vax zaurus; \ do ${MAKE} M=$$arch; done $(TARG): $(DEP) |