aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-04-08 20:50:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-04-08 20:50:12 +0000
commit9af48ddfd9dc43b396af4b77036bbfd805015b28 (patch)
treebc3db56b44ed241123ff76334eac6dd9703d252e /usr.bin
parentde47b2daddc1a8a2fb37c2f58cb110e3d5e94a68 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sort/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile
deleted file mode 100644
index 3e166d479354..000000000000
--- a/usr.bin/sort/Makefile
+++ /dev/null
@@ -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>