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