diff options
author | agc <agc> | 1999-08-18 09:24:08 +0000 |
---|---|---|
committer | agc <agc> | 1999-08-18 09:24:08 +0000 |
commit | 0d684714f9a7da77d620140f14819f7dc87d5635 (patch) | |
tree | 1686fec01e909f6cab705332cd47000d8be501db /security | |
parent | f69df8b817e25330067c057473f195b49db4695e (diff) | |
download | pkgsrc-0d684714f9a7da77d620140f14819f7dc87d5635.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 USE_INET6 to BUILD_DEFS
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index b6ccc6aeded..1ff4ac48a01 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 1999/08/18 09:11:31 agc Exp $ +# $NetBSD: Makefile,v 1.56 1999/08/18 09:24:08 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 M68060 USE_SOCKS +BUILD_DEFS+= LIBWRAP_FWD M68060 USE_SOCKS USE_INET6 .include "../../mk/bsd.pkg.mk" |