263a4449eb
-- APG (Automated Password Generator) is the tool set for random password generation. It features: a built-in ANSI X9.17 RNG (Random Number Generator)(CAST/SHA1), two methods for password generation: FIPS 181 and truly random, configurable lengths and numbers of passwords. Two components are supported, a network daemon (apgd) and a command line client (apg). The command line tool does not require the network daemon. WWW: http://www.adel.nursat.kz/apg/ MAINTAINER= Jose Nazario <jose@crimelabs.net> ok pvalchev@
17 lines
405 B
Plaintext
17 lines
405 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/08/09 19:35:31 jsyn Exp $
|
|
--- Makefile.orig Tue Feb 27 00:24:14 2001
|
|
+++ Makefile Thu Aug 9 14:00:23 2001
|
|
@@ -4,10 +4,10 @@ CC = gcc
|
|
|
|
# compilation flags
|
|
# You should comment the line below for AIX+native cc
|
|
-FLAGS = -Wall
|
|
+FLAGS = ${CFLAGS}
|
|
|
|
# libraries
|
|
-LIBS = -lcrypt
|
|
+#LIBS = -lcrypt
|
|
|
|
# DO NOT EDIT THE LINE BELOW !!!
|
|
CRYPTED_PASS = APG_DONOTUSE_CRYPT
|