diff options
author | markd <markd@pkgsrc.org> | 2004-04-27 21:39:39 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-04-27 21:39:39 +0000 |
commit | 68acd364efb40b4710f30d0ca697dff38f1357c1 (patch) | |
tree | 7f12d12dbc82eb288a8a78b6e4fce92b30b7c62a /security | |
parent | cb627066a1dd1dee5d16fd7f829ef8bf6ece6e0c (diff) | |
download | pkgsrc-68acd364efb40b4710f30d0ca697dff38f1357c1.tar.gz |
Add the .endif I missed off last night.
Diffstat (limited to 'security')
-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() |