diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 09:24:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 09:24:08 +0000 |
commit | 0b7af58b917dddc6b032b67839535374b8264b49 (patch) | |
tree | 1686fec01e909f6cab705332cd47000d8be501db /security | |
parent | d4c5cd9b07693b291c2b10ee3d8dbca82d029ba1 (diff) | |
download | pkgsrc-0b7af58b917dddc6b032b67839535374b8264b49.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" |