aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/gzip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/gzip/Makefile')
-rw-r--r--file_cmds/gzip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_cmds/gzip/Makefile b/file_cmds/gzip/Makefile
index 077473c..8250e3e 100644
--- a/file_cmds/gzip/Makefile
+++ b/file_cmds/gzip/Makefile
@@ -12,6 +12,6 @@ SCRIPTS= gzexe \
CFLAGS+=-DGZIP_APPLE_VERSION=\"321.40.3\"
LDADD=-llzma -lz -lbz2
-BINDIR=/bin
+BINDIR=/usr/bin
.include <bsd.prog.mk>