move pax and chmod for useradd

This commit is contained in:
Ben Gras 2012-01-11 00:26:09 +01:00
parent 11c15db517
commit 0bb4bb9d51
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,6 @@
PROG= chmod
MAN=
BINDIR=/bin
SYMLINKS+= $(BINDIR)/$(PROG) /usr/bin/chmod
.include <bsd.prog.mk>

View 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