From 1cfcfaddc7cbbdb64fff7cbf8a5588fbe8b84494 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 7 Jun 1999 00:53:09 +0000 Subject: Treat crypto-us like domestic. --- libexec/telnetd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libexec') diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 754a5c743ea..e9d80d78cd4 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/02/12 05:30:11 dean Exp $ +# $NetBSD: Makefile,v 1.19 1999/06/07 00:53:11 thorpej Exp $ # from: @(#)Makefile 8.2 (Berkeley) 12/15/93 .include # for EXPORTABLE_SYSTEM definition @@ -7,7 +7,8 @@ MAN= telnetd.8 # XXX Keep telnetd(8) and libtelnet from getting out of sync during the build # XXX process. -.if !exists(${.CURDIR}/../../domestic/libexec/telnetd) || \ +.if (!exists(${.CURDIR}/../../domestic/libexec/telnetd) && \ + !exists(${.CURDIR}/../../crypto-us/libexec/telnetd)) || \ defined(EXPORTABLE_SYSTEM) || \ make (obj) || make(clean) || make(cleandir) || make(distclean) -- cgit