diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-05 22:40:38 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-05 22:40:38 +0000 |
commit | 38eb4fb6b730d3586ea8d40e33c6756b12b09b2a (patch) | |
tree | e5303a42aac8cbda0d0d284a79306a848bf115d5 /sbin/isakmpd/regress/rsakeygen/Makefile | |
parent | 7501bb79a0a27cb1919d5f764efe8443cd2bf671 (diff) |
regress/rsakeygen/Makefile: Merge with EOM 1.5
sysdep/openbsd/sysdep.c: Merge with EOM 1.8
cookie.c: Merge with EOM 1.21
util.c: Merge with EOM 1.15
util.h: Merge with EOM 1.7
author: niklas
Move regrand var to util.c, and get the decl from util.h, do not update the
cookie secret if in deterministic mode.
Diffstat (limited to 'sbin/isakmpd/regress/rsakeygen/Makefile')
-rw-r--r-- | sbin/isakmpd/regress/rsakeygen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/regress/rsakeygen/Makefile b/sbin/isakmpd/regress/rsakeygen/Makefile index b9868e57767..67426bf19ff 100644 --- a/sbin/isakmpd/regress/rsakeygen/Makefile +++ b/sbin/isakmpd/regress/rsakeygen/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.6 1999/07/17 21:54:38 niklas Exp $ -# $EOM: Makefile,v 1.4 1999/07/17 20:44:13 niklas Exp $ +# $OpenBSD: Makefile,v 1.7 1999/08/05 22:40:37 niklas Exp $ +# $EOM: Makefile,v 1.5 1999/08/05 15:00:05 niklas Exp $ # # Copyright (c) 1999 Niels Provos. All rights reserved. @@ -37,7 +37,7 @@ # RSA Key Generation PROG= rsakeygen -SRCS= log.c rsakeygen.c sysdep.c +SRCS= log.c rsakeygen.c sysdep.c util.c TOPSRC= ${.CURDIR}/../.. TOPOBJ!= cd ${TOPSRC}; printf "all:\n\t@pwd\n" |${MAKE} -f- OS!= awk '/^OS=/ { print $$2 }' ${.CURDIR}/../../Makefile |