summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/sort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/sort/Makefile')
-rw-r--r--gnu/usr.bin/sort/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile
new file mode 100644
index 0000000..5dbed7c
--- /dev/null
+++ b/gnu/usr.bin/sort/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+PROG= sort
+SRCS= sort.c error.c version.c long-options.c getopt.c getopt1.c xstrtod.c
+
+CFLAGS+=-I${.CURDIR} -DHAVE_CONFIG_H
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud