diff options
author | agc <agc> | 1999-08-18 09:11:30 +0000 |
---|---|---|
committer | agc <agc> | 1999-08-18 09:11:30 +0000 |
commit | 0621aebf99f378ccd713b4ab983587073797f974 (patch) | |
tree | 0476656a7a28be0d33f66f418a5b33f0ff9ce67d /security/ssh | |
parent | 9fede9f4677496ee752eba3e70d99c8e47b20203 (diff) | |
download | pkgsrc-0621aebf99f378ccd713b4ab983587073797f974.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_SOCKS to BUILD_DEFS
Diffstat (limited to 'security/ssh')
-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 61f639c7032..b6ccc6aeded 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 1999/08/18 08:45:20 agc Exp $ +# $NetBSD: Makefile,v 1.55 1999/08/18 09:11:31 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 +BUILD_DEFS+= LIBWRAP_FWD M68060 USE_SOCKS .include "../../mk/bsd.pkg.mk" |