aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/compress
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/compress')
-rw-r--r--file_cmds/compress/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_cmds/compress/Makefile b/file_cmds/compress/Makefile
index 2f87c36..9f2f16a 100644
--- a/file_cmds/compress/Makefile
+++ b/file_cmds/compress/Makefile
@@ -3,4 +3,6 @@ MAN= compress.1 uncompress.1 zopen.3
SRCS= compress.c zopen.c
SCRIPTS= zcat.sh
+BINDIR=/bin
+
.include <bsd.prog.mk>