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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_cmds/rm/Makefile b/file_cmds/rm/Makefile
index 42c32c7..c20e93e 100644
--- a/file_cmds/rm/Makefile
+++ b/file_cmds/rm/Makefile
@@ -3,4 +3,6 @@ MAN= rm.1 unlink.1
BINDIR=/bin
+LINKS+= ${BINDIR}/rm ${BINDIR}/unlink
+
.include <bsd.prog.mk>