diff options
author | will <will@FreeBSD.org> | 2000-09-16 13:15:36 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-16 13:15:36 +0800 |
commit | 616ac4d041a1d5df6bbfcaf149c27e8ebe9f4a37 (patch) | |
tree | cf2e1b8b28abfb602131ddfbd0bb0cee34b655ea /misc/Makefile | |
parent | a3fd0f668cf53db537b6f6441abeb6e0c284a45a (diff) | |
download | freebsd-ports-gnome-616ac4d041a1d5df6bbfcaf149c27e8ebe9f4a37.tar.gz freebsd-ports-gnome-616ac4d041a1d5df6bbfcaf149c27e8ebe9f4a37.tar.zst freebsd-ports-gnome-616ac4d041a1d5df6bbfcaf149c27e8ebe9f4a37.zip |
Add bogosort 0.3.1, a program that sorts files (or stdin) using the
bogo-sort algorithm described in the Jargon File.
PR: 21290
Submitted by: Peter Pentchev <roam@orbitel.bg>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 8cdf7c9b7dcb..5d7baaa7babf 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -24,6 +24,7 @@ SUBDIR += bbjd SUBDIR += biblereader SUBDIR += bidwatcher + SUBDIR += bogosort SUBDIR += bottlerocket SUBDIR += boxes SUBDIR += brs |