diff options
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 7771c0e9469..27167dbe7f9 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2002/12/19 01:00:11 miod Exp $ +# $OpenBSD: Makefile,v 1.18 2002/12/31 16:22:24 miod Exp $ NOPROG= NOMAN= @@ -16,8 +16,8 @@ all: $(TARG) allarchs: @cd $(.CURDIR); \ - for arch in alpha amiga hp300 hppa i386 mac68k macppc mvme68k sparc \ - sparc64 sun3 vax ; do ${MAKE} M=$$arch; done; + for arch in alpha hp300 hppa i386 mac68k macppc mvme68k sparc \ + sparc64 vax ; do ${MAKE} M=$$arch; done; $(TARG): $(DEP) m4 -DOSREV=$(OSREV) -DOSrev=$(OSrev) -DINCLUDE=$(.CURDIR)/$M \ |