Treat crypto-us like domestic.
This commit is contained in:
parent
42806f4887
commit
1cfcfaddc7
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.51 1999/05/11 22:39:05 augustss Exp $
|
||||
# $NetBSD: Makefile,v 1.52 1999/06/07 00:53:09 thorpej Exp $
|
||||
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
|
||||
|
||||
.include <bsd.own.mk> # for EXPORTABLE_SYSTEM definition
|
||||
@ -9,7 +9,8 @@ SUBDIR= csu libarch libbz2 libc libcompat libcrypt libcurses libedit libkvm \
|
||||
|
||||
# XXX Keep telnet(1) and libtelnet from getting out of sync during the build
|
||||
# XXX process.
|
||||
.if !exists(${.CURDIR}/../domestic/lib/libtelnet) || \
|
||||
.if (!exists(${.CURDIR}/../domestic/lib/libtelnet) && \
|
||||
!exists(${.CURDIR}/../crypto-us/lib/libtelnet)) || \
|
||||
defined(EXPORTABLE_SYSTEM) || make(obj) || \
|
||||
make(clean) || make(cleandir) || make(distclean)
|
||||
SUBDIR+= libtelnet
|
||||
|
@ -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)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.15 1999/01/03 21:58:37 cjs Exp $
|
||||
# $NetBSD: Makefile,v 1.16 1999/06/07 00:53:10 thorpej Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -38,7 +38,8 @@
|
||||
|
||||
# XXX Keep telnet(1) and libtelnet from getting out of sync during the build
|
||||
# XXX process.
|
||||
.if !exists(${.CURDIR}/../../domestic/usr.bin/telnet) || \
|
||||
.if (!exists(${.CURDIR}/../../domestic/usr.bin/telnet) && \
|
||||
!exists(${.CURDIR}/../../crypto-us/usr.bin/telnet)) || \
|
||||
defined(EXPORTABLE_SYSTEM) || \
|
||||
make(obj) || make(clean) || make(cleandir) || make(distclean)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user