summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-12-12 11:02:23 +0000
committerrillig <rillig@NetBSD.org>2021-12-12 11:02:23 +0000
commit7004dd9ac7d2cf5bdaa5d0a26c2c2f025e020c3a (patch)
tree7e19b57339b9bba31acb8e9e87dca788f41d5fc1 /usr.bin/make
parentb46a60180b86bca024c620ec4ea82f9e75fe9ea1 (diff)
make: remove enum.o from Makefile.boot
On 2021-11-18, enum.h and enum.c have been removed.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/Makefile.boot7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/make/Makefile.boot b/usr.bin/make/Makefile.boot
index e62e45e85ed..d917a189669 100644
--- a/usr.bin/make/Makefile.boot
+++ b/usr.bin/make/Makefile.boot
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile.boot,v 1.23 2020/10/25 13:25:19 rillig Exp $
+# $NetBSD: Makefile.boot,v 1.24 2021/12/12 11:02:23 rillig Exp $
#
# A very simple makefile...
#
# You only want to use this if you aren't running NetBSD.
#
# Modify MACHINE and MACHINE_ARCH as appropriate for your target architecture.
-# See config.h and the various #ifdef directives for further configuration.
+# See config.h and the various #ifdef directives for further configuration, in
+# particular in util.c.
#
PROG= bmake
@@ -16,7 +17,7 @@ CFLAGS= -O -g
EXTRA_CFLAGS=
EXTRA_LIBS=
-OBJS= arch.o buf.o compat.o cond.o dir.o enum.o for.o hash.o \
+OBJS= arch.o buf.o compat.o cond.o dir.o for.o hash.o \
job.o lst.o main.o make.o make_malloc.o metachar.o parse.o \
str.o suff.o targ.o trace.o var.o util.o