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/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/file_cmds/rm/Makefile b/file_cmds/rm/Makefile
new file mode 100644
index 0000000..7a721c1
--- /dev/null
+++ b/file_cmds/rm/Makefile
@@ -0,0 +1,10 @@
+PROG= rm
+MAN= rm.1 unlink.1
+
+BINDIR=/bin
+
+LINKS+= ${BINDIR}/rm ${BINDIR}/unlink
+
+CFLAGS+=-I${.CURDIR}/../common
+
+.include <bsd.prog.mk>