diff --git a/commands/chmod/Makefile b/commands/chmod/Makefile index 1c97a5be2..b02ab5b84 100644 --- a/commands/chmod/Makefile +++ b/commands/chmod/Makefile @@ -1,4 +1,6 @@ PROG= chmod MAN= +BINDIR=/bin +SYMLINKS+= $(BINDIR)/$(PROG) /usr/bin/chmod .include diff --git a/commands/pax/Makefile b/commands/pax/Makefile index a8673ee77..e1adb6e94 100644 --- a/commands/pax/Makefile +++ b/commands/pax/Makefile @@ -31,7 +31,8 @@ SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \ tables.c tar.c tty_subs.c fgetln.c MAN= pax.1 cpio.1 - +BINDIR=/bin +SYMLINKS+= $(BINDIR)/$(PROG) /usr/bin/$(PROG) LINKS+= ${BINDIR}/pax ${BINDIR}/cpio CPPFLAGS+= -DNET2_STAT=1