diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2021-12-18 18:14:39 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2021-12-18 18:14:39 +0000 |
| commit | 1c04cf7d5415a404722bfa182013efa028280736 (patch) | |
| tree | 0bd2aec4527e0e1f92f18acfd7ee507829d41ca1 /usr.bin/bmake/Makefile | |
| parent | 129043849f62f9cfa72f6fae68417d9995860f3f (diff) | |
Diffstat (limited to 'usr.bin/bmake/Makefile')
| -rw-r--r-- | usr.bin/bmake/Makefile | 5 |
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: |
