aboutsummaryrefslogtreecommitdiff
path: root/bin/rm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rm/Makefile')
-rw-r--r--bin/rm/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/rm/Makefile b/bin/rm/Makefile
new file mode 100644
index 000000000000..b044ba86e55e
--- /dev/null
+++ b/bin/rm/Makefile
@@ -0,0 +1,15 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+PACKAGE=runtime
+PROG= rm
+
+LINKS= ${BINDIR}/rm ${BINDIR}/unlink
+MLINKS= rm.1 unlink.1
+
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
+.include <bsd.prog.mk>