From 9d1086a65ba9f145055f2a3a90bd9449944b8631 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 20 Jul 2003 12:38:29 +0000 Subject: [PATCH] The `mk' target is long dead. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15e154230fd9..f0686030b326 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ TGTS= all all-man buildkernel buildworld checkdpadd clean \ hierarchy install installcheck installkernel installkernel.debug\ reinstallkernel reinstallkernel.debug installmost installworld \ libraries lint maninstall \ - mk most obj objlink regress rerelease tags update + most obj objlink regress rerelease tags update BITGTS= files includes BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}