Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
$NetBSD: patch-aa,v 1.1 2001/02/08 06:10:41 jtb Exp $
--- /dev/null Thu Feb 8 06:06:37 2001
+++ Makefile
@@ -0,0 +1,14 @@
+LIB= randlib
+
+SHLIB_MAJOR=0
+SHLIB_MINOR=0
+
+LIBDIR=${PREFIX}/lib
+
+NOLINT=1
+
+SRCS = com.c randlib.c linpack.c
+
+INCS= randlib.h
+
+.include <bsd.lib.mk>