Makefile revision 1.32
1#	$NetBSD: Makefile,v 1.32 1999/02/12 17:17:57 tv Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/4/93
3
4.include <bsd.own.mk>			# for EXPORTABLE_SYSTEM
5
6SUBDIR=	atrun comsat fingerd ftpd getNAME getty identd \
7	lfs_cleanerd mail.local makekey makewhatis rexecd rlogind rmail \
8	rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \
9	talkd telnetd tftpd uucpd
10
11.if (${MACHINE_ARCH} != "arm32")
12SUBDIR+=ld.aout_so
13.endif
14.if (${MACHINE_ARCH} != "alpha")
15SUBDIR+=ld.elf_so
16.endif
17
18.include <bsd.subdir.mk>
19