aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/pax/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-12 17:58:45 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-12 17:58:45 -0400
commitfced92c5c97fdd9c73c4ea81ef4a14592af6003e (patch)
tree81e76311efc6c2d155187e984d151ef589777300 /file_cmds/pax/Makefile
parente585f78db8bdf997d3864b5d71f0fe54612911e8 (diff)
downloadapple_cmds-fced92c5c97fdd9c73c4ea81ef4a14592af6003e.tar.gz
apple_cmds-fced92c5c97fdd9c73c4ea81ef4a14592af6003e.tar.zst
apple_cmds-fced92c5c97fdd9c73c4ea81ef4a14592af6003e.zip
file_cmds: Fix BINDIRs, mtree enable algs
Diffstat (limited to 'file_cmds/pax/Makefile')
-rw-r--r--file_cmds/pax/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_cmds/pax/Makefile b/file_cmds/pax/Makefile
index fe5902c..5d3dbdc 100644
--- a/file_cmds/pax/Makefile
+++ b/file_cmds/pax/Makefile
@@ -18,4 +18,6 @@ SRCS= ar_io.c \
tar.c \
tty_subs.c
+BINDIR=/bin
+
.include <bsd.prog.mk>