1996-12-18 05:39:57 +00:00
|
|
|
# $NetBSD: Makefile,v 1.21 1996/12/18 05:39:57 thorpej Exp $
|
1993-08-01 05:37:30 +00:00
|
|
|
# from: @(#)Makefile 5.7 (Berkeley) 4/1/91
|
1996-12-16 20:01:34 +00:00
|
|
|
|
1996-12-18 05:39:13 +00:00
|
|
|
.include <bsd.own.mk> # for EXPORTABLE_SYSTEM
|
|
|
|
# # and ELF_TOOLCHAIN
|
1993-03-21 09:45:37 +00:00
|
|
|
|
1994-07-07 19:17:25 +00:00
|
|
|
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \
|
1994-06-24 07:45:03 +00:00
|
|
|
mail.local makekey makewhatis rexecd rlogind rshd rpc.rquotad \
|
1996-12-18 05:39:13 +00:00
|
|
|
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd talkd \
|
1994-06-24 07:45:03 +00:00
|
|
|
tftpd uucpd
|
1993-03-21 09:45:37 +00:00
|
|
|
|
1996-12-18 05:39:13 +00:00
|
|
|
# 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)
|
|
|
|
SUBDIR+=telned
|
|
|
|
.endif
|
|
|
|
|
1996-12-16 20:01:34 +00:00
|
|
|
.if ((${MACHINE_ARCH} == "alpha") && defined(ELF_TOOLCHAIN))
|
|
|
|
SUBDIR+= ld.elf_so
|
|
|
|
.endif
|
|
|
|
|
1993-03-21 09:45:37 +00:00
|
|
|
.include <bsd.subdir.mk>
|