diff options
author | markd <markd> | 2004-04-27 21:39:39 +0000 |
---|---|---|
committer | markd <markd> | 2004-04-27 21:39:39 +0000 |
commit | 69d77cdb248c67c2005ef27edcc30b32c80b53be (patch) | |
tree | 7f12d12dbc82eb288a8a78b6e4fce92b30b7c62a /security/openssh | |
parent | 4795abbb4e0cbec8fba2b12ec390ba3f0c034a24 (diff) | |
download | pkgsrc-69d77cdb248c67c2005ef27edcc30b32c80b53be.tar.gz |
Add the .endif I missed off last night.
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 3ab6b8519fa..e6ea31b70af 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -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 @@ CPPFLAGS+= -I/usr/include/kerberosIV # 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() |