summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-06-16 20:58:33 +0000
committerimp <imp@FreeBSD.org>2015-06-16 20:58:33 +0000
commitebcb5143a558167ea0b49cccbf5a8a1c0e658306 (patch)
treedd6c7dd197d5304fcb5364214d7cbce20f48bc97 /usr.bin/Makefile
parent5c69b03a620c29c084eccd354f03f31d48b2d8cc (diff)
downloadFreeBSD-src-ebcb5143a558167ea0b49cccbf5a8a1c0e658306.zip
FreeBSD-src-ebcb5143a558167ea0b49cccbf5a8a1c0e658306.tar.gz
Remove old fmake. It wasn't built by default for some time. Users that
really need it can find it in the devel/fmake port or pkg install fmake. Note: This commit is orthogonal to the question 'can we fmake buildworld'. Differential Revision: https://reviews.freebsd.org/D2840
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index c77f89a..1187dc2 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -253,10 +253,6 @@ SUBDIR+= file
SUBDIR+= finger
.endif
-.if ${MK_FMAKE} != "no"
-SUBDIR+= make
-.endif
-
.if ${MK_FTP} != "no"
SUBDIR+= ftp
.endif
OpenPOWER on IntegriCloud