20 lines
654 B
Makefile
20 lines
654 B
Makefile
# $NetBSD: Makefile,v 1.27 1997/10/08 09:07:11 mrg Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
.include <bsd.own.mk> # for EXPORTABLE_SYSTEM
|
|
# # and ECOFF_TOOLCHAIN
|
|
|
|
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.elf_so lfs_cleanerd \
|
|
mail.local makekey makewhatis rexecd rlogind rmail rshd rpc.rquotad \
|
|
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd talkd \
|
|
tftpd uucpd
|
|
|
|
# XXX Keep telnetd(8) and libtelnet from getting out of sync during the build
|
|
# XXX process.
|
|
.if !exists(${.CURDIR}/../domestic/libexec/telnetd) || \
|
|
defined(EXPORTABLE_SYSTEM) || make(clean) || make(cleandir)
|
|
SUBDIR+=telnetd
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|