diff options
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 12e9ce3f3c5..8ea228360ce 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/06/16 18:43:18 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2007/02/15 21:23:55 rillig Exp $ # DISTNAME= lsh-1.4.3 @@ -12,6 +12,7 @@ COMMENT= SSH2 client/server (version 1 of lsh) GNU_CONFIGURE= yes USE_TOOLS+= gmake +INFO_FILES= yes .include "options.mk" |