aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2005-10-06 09:49:37 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2005-10-06 09:49:37 +0000
commitff409d3258e0c496b534960707c5c2b6761dd1de (patch)
tree183ecbbf8dca6685c2c06288c15f0e5d8d556b6b /gnu/usr.bin
parent6383f6aae0fca915d1efacef7d394b052b710bab (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cpio/Makefile b/gnu/usr.bin/cpio/Makefile
index 992280e14684..2d1e575565c7 100644
--- a/gnu/usr.bin/cpio/Makefile
+++ b/gnu/usr.bin/cpio/Makefile
@@ -57,6 +57,6 @@ alloca.h: alloca_.h
ln -fs ${.ALLSRC} ${.TARGET}
CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${CPIODIR}/lib -DHAVE_CONFIG_H \
- -DHAVE_MKFIFO -DHAVE_SETLOCALE
+ -DHAVE_MKFIFO -DHAVE_SETLOCALE -DHAVE_LSTAT
.include <bsd.prog.mk>