1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 07:13:36 +02:00

Undo a bad mistake; spotted by brynet@

This commit is contained in:
miod
2025-10-23 20:42:52 +00:00
parent 63b970ffac
commit 4959bc61fd
+2 -2
View File
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.66 2025/10/23 19:35:56 miod Exp $
# $OpenBSD: Makefile,v 1.67 2025/10/23 20:42:52 miod Exp $
# $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $
.include <bsd.own.mk>
@@ -10,7 +10,7 @@ SUBDIR+= cc clang
SUBDIR+= cc
. endif
. if ${BUILD_CLANG:L} == "yes"
#SUBDIR+= clang
SUBDIR+= clang
. endif
.endif