From: Ben Gras Date: Tue, 10 Jan 2012 23:26:09 +0000 (+0100) Subject: move pax and chmod for useradd X-Git-Tag: v3.2.0~144 X-Git-Url: http://zhaoyanbai.com/repos/man.named-journalprint.html?a=commitdiff_plain;h=0bb4bb9d512efd8be26b76dccf3d17c08bf1707c;p=minix.git move pax and chmod for useradd --- 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