diff options
author | 2003-09-06 21:14:48 +0000 | |
---|---|---|
committer | 2003-09-06 21:14:48 +0000 | |
commit | 15dd3e3f2f88b511503e58d6e7de20773208c8f3 (patch) | |
tree | 4b81bfd5fb8ee20eb8e049c9981a37972cd37a35 | |
parent | Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed. (diff) | |
download | wireguard-openbsd-15dd3e3f2f88b511503e58d6e7de20773208c8f3.tar.xz wireguard-openbsd-15dd3e3f2f88b511503e58d6e7de20773208c8f3.zip |
Add mvme88k to the "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 3a2f695e5ec..e25b745dda1 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2003/09/05 20:02:03 miod Exp $ +# $OpenBSD: Makefile,v 1.20 2003/09/06 21:14:48 miod Exp $ NOPROG= NOMAN= @@ -16,8 +16,8 @@ all: $(TARG) allarchs: @cd $(.CURDIR); \ - for arch in alpha hp300 hppa i386 mac68k macppc mvme68k sparc \ - sparc64 vax ; do ${MAKE} M=$$arch; done; + for arch in alpha hp300 hppa i386 mac68k macppc mvme68k mvme88k \ + sparc sparc64 vax ; do ${MAKE} M=$$arch; done; $(TARG): $(DEP) m4 -DOSREV=$(OSREV) -DOSrev=$(OSrev) -DINCLUDE=$(.CURDIR)/$M \ |