Makefile revision 1.63
1#	$NetBSD: Makefile,v 1.63 2022/05/28 14:31:11 nia Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/4/93
3
4.include <bsd.own.mk>
5
6SUBDIR= atrun \
7	comsat ftpd getty httpd identd ld.aout_so \
8	ld.elf_so mail.local makekey rexecd \
9	rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
10	rpc.sprayd telnetd tftpd utmp_update
11
12.if ${MKFINGER} != "no"
13SUBDIR+= fingerd
14.endif
15
16.if ${MKLFS} != "no"
17SUBDIR+= lfs_cleanerd
18.endif
19
20.if ${MKMAKEMANDB} == "no"
21SUBDIR+= getNAME makewhatis
22.endif
23
24.if ${MKTALK} != "no"
25SUBDIR+= talkd
26.endif
27
28.include <bsd.subdir.mk>
29