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