diff options
Diffstat (limited to 'file_cmds/rm')
| -rw-r--r-- | file_cmds/rm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/file_cmds/rm/Makefile b/file_cmds/rm/Makefile index 29b0c5b..42c32c7 100644 --- a/file_cmds/rm/Makefile +++ b/file_cmds/rm/Makefile @@ -1,4 +1,6 @@ PROG= rm MAN= rm.1 unlink.1 +BINDIR=/bin + .include <bsd.prog.mk> |
