summaryrefslogtreecommitdiffstats
path: root/contrib/sort/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-06 13:49:43 +0000
committerdes <des@FreeBSD.org>2002-04-06 13:49:43 +0000
commitd74e40d5be79ebee4e41c1220a522b1024624bfc (patch)
treeda6b71d0037495c5d3556bc9d98d44b53b789f68 /contrib/sort/Makefile
downloadFreeBSD-src-d74e40d5be79ebee4e41c1220a522b1024624bfc.zip
FreeBSD-src-d74e40d5be79ebee4e41c1220a522b1024624bfc.tar.gz
Virgin import of NetBSD's sort(1) where it belongs.
Diffstat (limited to 'contrib/sort/Makefile')
-rw-r--r--contrib/sort/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/sort/Makefile b/contrib/sort/Makefile
new file mode 100644
index 0000000..7c12a50
--- /dev/null
+++ b/contrib/sort/Makefile
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.4 2001/02/19 17:45:24 jdolecek Exp $
+# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= sort
+SRCS= append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud