aboutsummaryrefslogtreecommitdiffstats
path: root/text_cmds/pr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'text_cmds/pr/Makefile')
-rw-r--r--text_cmds/pr/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/text_cmds/pr/Makefile b/text_cmds/pr/Makefile
new file mode 100644
index 0000000..5213e2d
--- /dev/null
+++ b/text_cmds/pr/Makefile
@@ -0,0 +1,4 @@
+PROG= pr
+SRCS= egetopt.c pr.c
+
+.include <bsd.prog.mk>