move pax and chmod for useradd
This commit is contained in:
parent
11c15db517
commit
0bb4bb9d51
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
PROG= chmod
|
||||
MAN=
|
||||
BINDIR=/bin
|
||||
SYMLINKS+= $(BINDIR)/$(PROG) /usr/bin/chmod
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue