diff options
Diffstat (limited to 'gnu/usr.bin/cpio/Makefile')
-rw-r--r-- | gnu/usr.bin/cpio/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/gnu/usr.bin/cpio/Makefile b/gnu/usr.bin/cpio/Makefile index 96ac02a..60756ef 100644 --- a/gnu/usr.bin/cpio/Makefile +++ b/gnu/usr.bin/cpio/Makefile @@ -25,6 +25,7 @@ SRCS= copyin.c \ argp-fs-xinl.c \ argp-help.c \ argp-parse.c \ + argp-pin.c \ argp-pv.c \ argp-pvh.c \ argp-xinl.c \ @@ -32,10 +33,17 @@ SRCS= copyin.c \ dirname.c \ error.c \ exitfail.c \ + fatal.c \ full-write.c \ getopt.c \ getopt1.c \ + hash.c \ mempcpy.c \ + paxerror.c \ + paxexit.c \ + paxnames.c \ + quote.c \ + quotearg.c \ rtapelib.c \ safe-read.c \ safe-write.c \ @@ -43,8 +51,11 @@ SRCS= copyin.c \ stripslash.c \ strndup.c \ strnlen.c \ + umaxtostr.c \ + utimens.c \ xalloc-die.c \ xmalloc.c \ + xstrndup.c \ alloca.h \ getopt.h @@ -56,8 +67,8 @@ getopt.h: getopt_.h alloca.h: alloca_.h ln -fs ${.ALLSRC} ${.TARGET} -CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${CPIODIR}/lib -DHAVE_CONFIG_H \ - -DHAVE_MKFIFO -DHAVE_SETLOCALE -DHAVE_LSTAT +CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${CPIODIR}/lib -I${CPIODIR}/src \ + -DHAVE_CONFIG_H -DHAVE_MKFIFO -DHAVE_SETLOCALE -DHAVE_LSTAT gcpio.1: ${CPIODIR}/doc/cpio.1 cat ${CPIODIR}/doc/cpio.1 >gcpio.1 |