summaryrefslogtreecommitdiff
path: root/usr.bin/sort/Makefile
AgeCommit message (Expand)Author
2025-02-11src: Use gnu17 as the default C standard for userland instead of gnu99Minsoo Choo
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-10-12sort: remove NLS supportBaptiste Daroussin
2022-07-29Move sort to runtimeDoug Rabson
2021-07-06usr.bin/sort: Avoid UBSan errorsAlex Richardson
2021-05-13sort: Hook NetBSD tests up to the buildMark Johnston
2018-08-23Don't use absolute path to sed when building usr.bin/joinAlex Richardson
2018-06-20sort(1): Add bits to allow easy checking against NetBSD testsKyle Evans
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2014-11-15Change LDFLAGS to LDADD in order to allow static builds. This is moreSean Bruno
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-05Convert sort to using newer MK_ convention.Warner Losh
2012-10-18Remove WARNS=6 lines.Ed Schouten
2012-10-13- Remove GNU sort and the WITH_GNU_SORT knobGabor Kovesdan
2012-06-27- Switch to BSD sort as default sort. GNU sort will still be installed asGabor Kovesdan
2012-06-27- Disable threaded sort by defaultGabor Kovesdan
2012-05-11Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan
2002-04-08Remove it in favour of GNU sortAndrey A. Chernov
2002-04-06Use the new features of cdefs.h.David E. O'Brien
2002-04-06Fix style.David E. O'Brien
2002-04-06Build a working version of sort(1) from contrib. Use netbsd.h as a hackDag-Erling Smørgrav
2002-03-22Vendor import NETBSD's sort(1). This will be a replacement forMark Murray