summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authornia <nia@NetBSD.org>2022-06-06 10:56:27 +0000
committernia <nia@NetBSD.org>2022-06-06 10:56:27 +0000
commit3c14418fc60b559aea6f236ba559066313045b10 (patch)
treec98bba87a7848da655cf3f3a10698cd91de66e2e /libexec
parent2f7c27a0f305198a7d2efa3e502d1ebcdd2f9e32 (diff)
build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space programs in the 'base' set. There is not enough consensus that this is the right way and a few people had strong objections, see source-changes-d@.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile20
1 files changed, 4 insertions, 16 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 47cce8b6a9d..2a4be91041a 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -1,28 +1,16 @@
-# $NetBSD: Makefile,v 1.63 2022/05/28 14:31:11 nia Exp $
+# $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 ftpd getty httpd identd ld.aout_so \
- ld.elf_so mail.local makekey rexecd \
+ 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 telnetd tftpd utmp_update
-
-.if ${MKFINGER} != "no"
-SUBDIR+= fingerd
-.endif
-
-.if ${MKLFS} != "no"
-SUBDIR+= lfs_cleanerd
-.endif
+ rpc.sprayd talkd telnetd tftpd utmp_update
.if ${MKMAKEMANDB} == "no"
SUBDIR+= getNAME makewhatis
.endif
-.if ${MKTALK} != "no"
-SUBDIR+= talkd
-.endif
-
.include <bsd.subdir.mk>