>From 8035cbb97d8daa04a277fab2db528d3fbec9d8e2 Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Thu, 8 Aug 2013 17:41:54 +0200 Subject: [PATCH] added freebsd-make to list of make-like commands freebsd-make may be found in the Debian package freebsd-buildutils. It behaves like FreeBSD's system make. --- Completion/Unix/Command/_make | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Completion/Unix/Command/_make b/Completion/Unix/Command/_make index 0c5371d..b7c825a 100644 --- a/Completion/Unix/Command/_make +++ b/Completion/Unix/Command/_make @@ -1,4 +1,4 @@ -#compdef make gmake pmake dmake +#compdef make gmake pmake dmake freebsd-make # TODO: Based on targets given on the command line, show only variables that # are used in those targets and their dependencies. -- 1.7.2.5 -- Slaven Rezic - slaven rezic de BBBike - route planner for cyclists in Berlin WWW version: http://www.bbbike.de Perl/Tk version for Unix and Windows: http://bbbike.sourceforge.net