1999-02-12 20:17:57 +03:00
|
|
|
# $NetBSD: Makefile,v 1.32 1999/02/12 17:17:57 tv Exp $
|
1997-10-08 13:07:11 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1996-12-16 23:01:34 +03:00
|
|
|
|
1996-12-18 08:39:13 +03:00
|
|
|
.include <bsd.own.mk> # for EXPORTABLE_SYSTEM
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1999-02-12 20:17:57 +03:00
|
|
|
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd \
|
1998-12-17 18:15:27 +03:00
|
|
|
lfs_cleanerd mail.local makekey makewhatis rexecd rlogind rmail \
|
|
|
|
rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \
|
|
|
|
talkd telnetd tftpd uucpd
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1998-12-30 18:07:08 +03:00
|
|
|
.if (${MACHINE_ARCH} != "arm32")
|
|
|
|
SUBDIR+=ld.aout_so
|
|
|
|
.endif
|
1999-02-12 20:17:57 +03:00
|
|
|
.if (${MACHINE_ARCH} != "alpha")
|
|
|
|
SUBDIR+=ld.elf_so
|
|
|
|
.endif
|
1998-12-30 18:07:08 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|