Remove bogus architectures to allow make tags to work.

Submitted-by: Andreas Klemm <andreas@knobel.gun.de>
This commit is contained in:
Jordan K. Hubbard 1996-03-31 18:53:43 +00:00
parent 716a0bd94a
commit 5931895ece
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14960

View file

@ -2,7 +2,7 @@
# Makefile for kernel tags files, init_sysent, etc.
ARCH= hp300 i386 luna68k news3400 pmax sparc tahoe vax
ARCH= i386 # luna68k news3400 pmax sparc tahoe vax
all:
@echo "make tags, make links or init_sysent.c only"