aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ec6c06..d0ff43b 100644
--- a/Makefile
+++ b/Makefile
@@ -250,6 +250,7 @@ nc: ${NCOBJ} ${LIB}
# ------------------------------------------------------------------------------
# pax
+PAXLINK = tar cpio
PAXOBJ = \
bin/pax/ar_io.o \
bin/pax/ar_subs.o \
@@ -377,6 +378,8 @@ install:
cp $${bin} ${DESTDIR}${BINDIR}; \
chmod 755 ${DESTDIR}${BINDIR}/$${bin##*/}; done
chmod u+s ${DESTDIR}${BINDIR}/doas
+ for bin in ${PAXLINK}; do \
+ ln -s pax ${DESTDIR}${BINDIR}/$${bin}; done
for bin in ${MANDOCLINK}; do \
ln -s mandoc ${DESTDIR}${BINDIR}/$${bin}; done
for bin in ${MD5LINK}; do \