diff options
Diffstat (limited to 'distrib/notes/Makefile')
-rw-r--r-- | distrib/notes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index f3096475edd..285569c4ae3 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2004/02/11 14:02:11 miod Exp $ +# $OpenBSD: Makefile,v 1.24 2004/05/03 15:18:18 drahn Exp $ NOPROG= NOMAN= @@ -19,7 +19,7 @@ all: $(TARG) allarchs: @cd $(.CURDIR); \ for arch in alpha amd64 cats hp300 hppa i386 mac68k macppc \ - mvme68k mvme88k pegasos sparc sparc64 vax; \ + mvme68k mvme88k sparc sparc64 vax; \ do ${MAKE} M=$$arch; done $(TARG): $(DEP) |