diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 6a032278d2b..ca3814bfdee 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.65 2025/10/23 19:06:10 miod Exp $ +# $OpenBSD: Makefile,v 1.66 2025/10/23 19:35:56 miod Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include @@ -10,7 +10,7 @@ SUBDIR+= cc clang SUBDIR+= cc . endif . if ${BUILD_CLANG:L} == "yes" -SUBDIR+= clang +#SUBDIR+= clang . endif .endif @@ -27,10 +27,4 @@ SUBDIR+= binutils-2.17 # Do these last; texinfo builds the info 'dir' file, perl must be after binutils SUBDIR+= perl texinfo -maninstall: - ${INSTALL} ${INSTALL_COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \ - gcc/protoize.1 ${DESTDIR}${MANDIR}1/protoize.1 - @rm -f ${DESTDIR}${MANDIR}1/unprotoize.1 - ln ${DESTDIR}${MANDIR}1/protoize.1 ${DESTDIR}${MANDIR}1/unprotoize.1 - .include