[Midnightbsd-cvs] src [10906] trunk/gnu/usr.bin: remove sort

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 14 09:29:09 EDT 2018


Revision: 10906
          http://svnweb.midnightbsd.org/src/?rev=10906
Author:   laffer1
Date:     2018-06-14 09:29:08 -0400 (Thu, 14 Jun 2018)
Log Message:
-----------
remove sort

Modified Paths:
--------------
    trunk/gnu/usr.bin/Makefile

Removed Paths:
-------------
    trunk/gnu/usr.bin/sort/

Modified: trunk/gnu/usr.bin/Makefile
===================================================================
--- trunk/gnu/usr.bin/Makefile	2018-06-14 13:26:50 UTC (rev 10905)
+++ trunk/gnu/usr.bin/Makefile	2018-06-14 13:29:08 UTC (rev 10906)
@@ -1,5 +1,5 @@
 # $MidnightBSD$
-# $FreeBSD: src/gnu/usr.bin/Makefile,v 1.84 2005/03/21 05:30:58 kientzle Exp $
+# $FreeBSD: stable/10/gnu/usr.bin/Makefile 322094 2017-08-05 12:33:00Z marius $
 
 .include <bsd.own.mk>
 
@@ -12,8 +12,8 @@
 	${_gperf} \
 	grep \
 	${_rcs} \
-	sort \
 	${_tests} \
+	${_tests} \
 	${_texinfo}
 
 SUBDIR_DEPEND_gdb=	${_binutils}



More information about the Midnightbsd-cvs mailing list