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