aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/ln/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/ln/Makefile')
-rw-r--r--file_cmds/ln/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/file_cmds/ln/Makefile b/file_cmds/ln/Makefile
new file mode 100644
index 0000000..674541a
--- /dev/null
+++ b/file_cmds/ln/Makefile
@@ -0,0 +1,5 @@
+PROG= ln
+MAN= link.1 ln.1 symlink.7
+LINKS= ${BINDIR}/ln ${BINDIR}/link
+
+.include <bsd.prog.mk>