]> Zhao Yanbai Git Server - minix.git/commitdiff
move pax and chmod for useradd
authorBen Gras <ben@minix3.org>
Tue, 10 Jan 2012 23:26:09 +0000 (00:26 +0100)
committerBen Gras <ben@minix3.org>
Tue, 10 Jan 2012 23:26:09 +0000 (00:26 +0100)
commands/chmod/Makefile
commands/pax/Makefile

index 1c97a5be2014d3c531efd6f48b61bd7229bae953..b02ab5b8499d2449b4bbf9d4b3cbfbe99ea4a2d1 100644 (file)
@@ -1,4 +1,6 @@
 PROG=  chmod
 MAN=
+BINDIR=/bin
+SYMLINKS+= $(BINDIR)/$(PROG) /usr/bin/chmod
 
 .include <bsd.prog.mk>
index a8673ee7743c0e447ae0fb14bc65e93ae793198d..e1adb6e9417594826ef72a5d0fef5f1266fe0bc4 100644 (file)
@@ -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