NetBSD/libexec/Makefile

24 lines
700 B
Makefile
Raw Normal View History

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
.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 \
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
# 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
.if ((${MACHINE_ARCH} == "alpha") && defined(ELF_TOOLCHAIN))
SUBDIR+= ld.elf_so
.endif
1993-03-21 09:45:37 +00:00
.include <bsd.subdir.mk>