Module Name: src
Committed By: mrg
Date: Thu Jun 17 06:10:44 UTC 2010
Added Files:
src/external/zlib/pigz/bin/pigz: Makefile
Log Message:
cross build infrastructure for pigz.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/zlib/pigz/bin/pigz/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/external/zlib/pigz/bin/pigz/Makefile
diff -u /dev/null src/external/zlib/pigz/bin/pigz/Makefile:1.1
--- /dev/null Thu Jun 17 06:10:44 2010
+++ src/external/zlib/pigz/bin/pigz/Makefile Thu Jun 17 06:10:44 2010
@@ -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}