summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 08:45:19 +0000
committeragc <agc@pkgsrc.org>1999-08-18 08:45:19 +0000
commit1d08b0cf69a471288b994c6d198e5a48ae7b2e28 (patch)
tree49f918b52151c21aa4d95a4ee37a18b7c64c394c /security
parentf684acad0585e2151b752832ce42f32b2bdb7a13 (diff)
downloadpkgsrc-1d08b0cf69a471288b994c6d198e5a48ae7b2e28.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1). Add M68060 to BUILD_DEFS
Diffstat (limited to 'security')
-rw-r--r--security/pgp2/Makefile4
-rw-r--r--security/ssh/Makefile4
2 files changed, 5 insertions, 3 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile
index 07d9430aa00..96d386d2776 100644
--- a/security/pgp2/Makefile
+++ b/security/pgp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 1999/07/12 04:34:23 windsor Exp $
+# $NetBSD: Makefile,v 1.20 1999/08/18 08:45:19 agc Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp
#
@@ -53,6 +53,8 @@ OBJS_EXT=
ASMFLAG= -DPORTABLE -DMPORTABLE
.endif
+BUILD_DEFS+= USE_RSAREF2 M68060 ASMFLAG
+
.if !defined(USE_RSAREF2) || ${USE_RSAREF2} != YES && ${USE_RSAREF2} != NO
pre-fetch:
@${ECHO}
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index b50ccdf709a..61f639c7032 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 1999/08/18 08:41:53 agc Exp $
+# $NetBSD: Makefile,v 1.54 1999/08/18 08:45:20 agc Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -169,6 +169,6 @@ post-install:
# targets precede inclusion of this.
BUILD_DEFS+= DONT_USE_IDEA SSH_CONF_DIR SSH_SUID USE_RSAREF2
-BUILD_DEFS+= LIBWRAP_FWD
+BUILD_DEFS+= LIBWRAP_FWD M68060
.include "../../mk/bsd.pkg.mk"