Remove it in favour of GNU sort

This commit is contained in:
Andrey A. Chernov 2002-04-08 20:50:12 +00:00
parent de47b2dadd
commit 9af48ddfd9

View File

@ -1,11 +0,0 @@
# $FreeBSD$
SRCDIR= ${.CURDIR}/../../contrib/sort
.PATH: ${SRCDIR}
PROG= sort
SRCS= append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c
MAN= sort.1
CFLAGS+= -I${SRCDIR} -DNO__RCSID -DNO__SCCSID
.include <bsd.prog.mk>