aboutsummaryrefslogtreecommitdiffstats
path: root/misc_cmds/tsort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc_cmds/tsort/Makefile')
-rw-r--r--misc_cmds/tsort/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc_cmds/tsort/Makefile b/misc_cmds/tsort/Makefile
new file mode 100644
index 0000000..44c9898
--- /dev/null
+++ b/misc_cmds/tsort/Makefile
@@ -0,0 +1,3 @@
+PROG= tsort
+
+.include <bsd.prog.mk>