summaryrefslogtreecommitdiffstats
path: root/sys/kern/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-03-31 18:53:43 +0000
committerjkh <jkh@FreeBSD.org>1996-03-31 18:53:43 +0000
commited7401f29fe6df1b1c8eaaa35a97df758dc1175a (patch)
treec7e1077ad0b5594acd47649ba04069d49f38a56a /sys/kern/Makefile
parenta56dd7c164876ddda0d792f82255e4f49c9c7460 (diff)
downloadFreeBSD-src-ed7401f29fe6df1b1c8eaaa35a97df758dc1175a.zip
FreeBSD-src-ed7401f29fe6df1b1c8eaaa35a97df758dc1175a.tar.gz
Remove bogus architectures to allow make tags to work.
Submitted-by: Andreas Klemm <andreas@knobel.gun.de>
Diffstat (limited to 'sys/kern/Makefile')
-rw-r--r--sys/kern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile
index f71d5e7..f42a44e 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -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"
OpenPOWER on IntegriCloud