Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/zlib/pigz/bin/pigz cross build infrastructure for p...



details:   https://anonhg.NetBSD.org/src/rev/53f45ac063b8
branches:  trunk
changeset: 755707:53f45ac063b8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jun 17 06:10:44 2010 +0000

description:
cross build infrastructure for pigz.

diffstat:

 external/zlib/pigz/bin/pigz/Makefile |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 9345d7e3d358 -r 53f45ac063b8 external/zlib/pigz/bin/pigz/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/zlib/pigz/bin/pigz/Makefile      Thu Jun 17 06:10:44 2010 +0000
@@ -0,0 +1,14 @@
+#      $NetBSD: Makefile,v 1.1 2010/06/17 06:10:44 mrg Exp $
+
+NOMAN= 1
+
+PROG=  pigz
+SRCS=  pigz.c yarn.c
+
+LDADD+=        -lz -lpthread
+DPADD+=        ${LIBM} ${LIBPTHREAD}
+
+.include <bsd.prog.mk>
+
+DIST=  ${NETBSDSRCDIR}/external/zlib/pigz/dist
+.PATH: ${DIST}



Home | Main Index | Thread Index | Old Index