pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssh Add the .endif I missed off last night.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/978c7d39c570
branches:  trunk
changeset: 474354:978c7d39c570
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Apr 27 21:39:39 2004 +0000

description:
Add the .endif I missed off last night.

diffstat:

 security/openssh/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9c0f656a816b -r 978c7d39c570 security/openssh/Makefile
--- a/security/openssh/Makefile Tue Apr 27 21:38:42 2004 +0000
+++ b/security/openssh/Makefile Tue Apr 27 21:39:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2004/04/27 19:08:36 jlam Exp $
+# $NetBSD: Makefile,v 1.131 2004/04/27 21:39:39 markd Exp $
 
 DISTNAME=              openssh-3.8p1
 PKGNAME=               openssh-3.8.1
@@ -98,6 +98,7 @@
 # kerberos 5 dependencies are detected correctly.
 LDFLAGS+=              -lkrb -lcom_err -lroken -ldes -lcrypto
 .endif
+.endif
 
 .if ${OPSYS} == "NetBSD" && exists(/usr/include/utmpx.h)
 # if we have utmpx et al do not try to use login()



Home | Main Index | Thread Index | Old Index