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