From a2b73e1d6ed565bc3a0bf0d8eda525c75c637fbf Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 20 Jun 2008 17:57:09 +0000 Subject: shuffle, as its name implies, shuffles the lines of its input (either standard input, or the named files) into random order. It is in a sense the very inverse of sort(1)). WWW: http://www.eskimo.com/~scs/src/#shuffle PR: ports/124100 Submitted by: Greg Larkin --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index 7c845247089f..1879dcc13970 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -151,6 +151,7 @@ SUBDIR += ffe SUBDIR += fi-aspell SUBDIR += filepp + SUBDIR += fileshuffle SUBDIR += fist SUBDIR += fixrtf SUBDIR += fldiff -- cgit