1 # $NetBSD: Makefile,v 1.64 2022/06/06 10:56:28 nia Exp $ 2 # @(#)Makefile 8.1 (Berkeley) 6/4/93 3 4 .include <bsd.own.mk> 5 6 SUBDIR= atrun \ 7 comsat fingerd ftpd getty httpd identd ld.aout_so \ 8 ld.elf_so lfs_cleanerd mail.local makekey rexecd \ 9 rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \ 10 rpc.sprayd talkd telnetd tftpd utmp_update 11 12 .if ${MKMAKEMANDB} == "no" 13 SUBDIR+= getNAME makewhatis 14 .endif 15 16 .include <bsd.subdir.mk> 17