aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bmake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bmake/Makefile')
-rw-r--r--usr.bin/bmake/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile
index 272ac6cf3b5a..14389de562dd 100644
--- a/usr.bin/bmake/Makefile
+++ b/usr.bin/bmake/Makefile
@@ -12,7 +12,7 @@ CFLAGS+= -I${.CURDIR}
CLEANDIRS+= FreeBSD
CLEANFILES+= bootstrap
-# $Id: Makefile,v 1.114 2020/11/13 21:47:25 sjg Exp $
+# $Id: Makefile,v 1.117 2021/12/04 18:51:30 sjg Exp $
PROG?= ${.CURDIR:T}
@@ -22,7 +22,6 @@ SRCS= \
compat.c \
cond.c \
dir.c \
- enum.c \
for.c \
hash.c \
job.c \
@@ -96,7 +95,7 @@ SUBDIR+= unit-tests
MAN= ${PROG}.1
MAN1= ${MAN}
-.if (${PROG} != "make")
+.if ${PROG} != "make"
CLEANFILES+= my.history
.if make(${MAN}) || !exists(${srcdir}/${MAN})
my.history: