[Midnightbsd-cvs] mports [23725] trunk/Mk/components/commands.mk: add FMT_80 cmd

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 17 16:02:54 EDT 2018


Revision: 23725
          http://svnweb.midnightbsd.org/mports/?rev=23725
Author:   laffer1
Date:     2018-08-17 16:02:53 -0400 (Fri, 17 Aug 2018)
Log Message:
-----------
add FMT_80 cmd

Modified Paths:
--------------
    trunk/Mk/components/commands.mk

Modified: trunk/Mk/components/commands.mk
===================================================================
--- trunk/Mk/components/commands.mk	2018-08-17 19:53:07 UTC (rev 23724)
+++ trunk/Mk/components/commands.mk	2018-08-17 20:02:53 UTC (rev 23725)
@@ -40,6 +40,7 @@
 FIND?=		/usr/bin/find
 FLEX?=		/usr/bin/flex
 FMT?=		/usr/bin/fmt
+FMT_80?=	${FMT} 75 79
 GCPIO?=		${LOCALBASE}/bin/gcpio
 GMAKE?=		${LOCALBASE}/bin/gmake
 GREP?=		/usr/bin/grep



More information about the Midnightbsd-cvs mailing list