diff options
author | tv <tv@pkgsrc.org> | 1998-03-28 01:07:53 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-03-28 01:07:53 +0000 |
commit | a430d0d4ebea668019a17c22b21a2ffda06158dd (patch) | |
tree | 978aac4e798e15e151bdf53e55297f0576755cb2 /security/rsaref | |
parent | a7b030821abf66a595782e5621ff1970e6d5a3c8 (diff) | |
download | pkgsrc-a430d0d4ebea668019a17c22b21a2ffda06158dd.tar.gz |
Set NOLINT=1. Oops.
Diffstat (limited to 'security/rsaref')
-rw-r--r-- | security/rsaref/files/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rsaref/files/Makefile b/security/rsaref/files/Makefile index c26d0d9aa51..28bac43e9f2 100644 --- a/security/rsaref/files/Makefile +++ b/security/rsaref/files/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/03/18 00:49:33 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/03/28 01:07:53 tv Exp $ LIB= rsaref CFLAGS= -O2 -I. SHLIB_MAJOR= 2 SHLIB_MINOR= 0 NOPROFILE= 1 +NOLINT= 1 SRCS= desc.c digit.c md2c.c nn.c prime.c rsa.c r_encode.c r_dh.c \ r_enhanc.c r_keygen.c r_random.c r_stdlib.c |