summaryrefslogtreecommitdiff
blob: c0ca444b042d6f38defd8a3b5b656ef8009db6c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile
index 6c6d8c2..22fec7a 100644
--- a/usr.bin/bmake/Makefile
+++ b/usr.bin/bmake/Makefile
@@ -5,7 +5,7 @@
 
 .sinclude "Makefile.inc"
 
-SRCTOP?= ${.CURDIR:H:H}
+SRCTOP= ${.CURDIR:H:H}
 
 # look here first for config.h
 CFLAGS+= -I${.CURDIR}