diff options
author | tjr <tjr@FreeBSD.org> | 2005-10-01 06:35:58 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2005-10-01 06:35:58 +0000 |
commit | 7c13f400d503e0bfabba4d366034b84de37d3736 (patch) | |
tree | 2309ee5311d14490a0be5d0c287c173652498e86 /gnu | |
parent | 9c1e1fb8c0b0757896c68260f285ad7e45668a0e (diff) | |
download | FreeBSD-src-7c13f400d503e0bfabba4d366034b84de37d3736.zip FreeBSD-src-7c13f400d503e0bfabba4d366034b84de37d3736.tar.gz |
Define HAVE_MKFIFO and HAVE_SETLOCALE here since the configure script
apparently fails to do it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cpio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cpio/Makefile b/gnu/usr.bin/cpio/Makefile index cfcf51a..992280e 100644 --- a/gnu/usr.bin/cpio/Makefile +++ b/gnu/usr.bin/cpio/Makefile @@ -56,6 +56,7 @@ getopt.h: getopt_.h alloca.h: alloca_.h ln -fs ${.ALLSRC} ${.TARGET} -CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${CPIODIR}/lib -DHAVE_CONFIG_H +CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${CPIODIR}/lib -DHAVE_CONFIG_H \ + -DHAVE_MKFIFO -DHAVE_SETLOCALE .include <bsd.prog.mk> |