From ad3d9102dbec58bdd72fffe933081e8d258e962d Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Mon, 10 May 2021 09:13:28 -0400 Subject: file_cmds: mtree probably won't work, but it does compile --- file_cmds/rm/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 file_cmds/rm/Makefile (limited to 'file_cmds/rm') diff --git a/file_cmds/rm/Makefile b/file_cmds/rm/Makefile new file mode 100644 index 0000000..29b0c5b --- /dev/null +++ b/file_cmds/rm/Makefile @@ -0,0 +1,4 @@ +PROG= rm +MAN= rm.1 unlink.1 + +.include -- cgit v1.2.3