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