summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2012-10-13 18:40:39 +0000
committergabor <gabor@FreeBSD.org>2012-10-13 18:40:39 +0000
commit7595cc54ef03b3dfdb45284339c1990929db746e (patch)
tree8d84699e64f7a728a8b7876542c52d4e83dc9a2b /usr.bin/sort
parentb2c37a9f0e24e64026ec528ab4294d2b54858cd5 (diff)
downloadFreeBSD-src-7595cc54ef03b3dfdb45284339c1990929db746e.zip
FreeBSD-src-7595cc54ef03b3dfdb45284339c1990929db746e.tar.gz
- Remove GNU sort and the WITH_GNU_SORT knob
Diffstat (limited to 'usr.bin/sort')
-rw-r--r--usr.bin/sort/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile
index c17f9e3..809b6a3 100644
--- a/usr.bin/sort/Makefile
+++ b/usr.bin/sort/Makefile
@@ -2,15 +2,7 @@
.include <bsd.own.mk>
-.if ${MK_GNU_SORT} != "yes"
PROG= sort
-.else
-PROG= bsdsort
-CLEANFILES+= bsdsort.1
-
-bsdsort.1: sort.1
- cp ${.ALLSRC} ${.TARGET}
-.endif
SRCS= bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c
OpenPOWER on IntegriCloud