diff options
| author | thorpej <thorpej@NetBSD.org> | 1999-06-07 00:53:09 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1999-06-07 00:53:09 +0000 |
| commit | 1cfcfaddc7cbbdb64fff7cbf8a5588fbe8b84494 (patch) | |
| tree | a6fa492ef2e7cb24ffdbf3fb20812d0d1cc17637 /libexec/telnetd | |
| parent | 42806f4887a52f9ee07d025633e629784011bcc9 (diff) | |
Treat crypto-us like domestic.
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 <bsd.own.mk> # 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) |
