summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile19
1 files changed, 5 insertions, 14 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 92a9f13..991501a 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -1,22 +1,19 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.35 1998/09/04 22:55:17 jb Exp $
+# $Id: Makefile,v 1.36 1998/09/05 08:33:10 jb Exp $
+# Present but disabled: kpasswdd
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
- makekey mknetid revnetgroup rexecd rlogind \
- rpc.rquotad rpc.rstatd \
- rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
- xtend ypxfr
+ makekey mknetid named-xfer rbootd revnetgroup rexecd \
+ rlogind rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
+ rpc.sprayd rshd talkd tftpd uucpd xtend ypxfr
.if !defined(NO_SENDMAIL)
SUBDIR+=mail.local smrsh
.endif
-.if ${MACHINE_ARCH} == i386
-SUBDIR+=named-xfer
.if ${OBJFORMAT} == aout
SUBDIR+=rtld-aout
.endif
-.endif
.if ${OBJFORMAT} == elf
SUBDIR+=rtld-elf
@@ -27,10 +24,4 @@ SUBDIR+=rtld-elf
SUBDIR+=telnetd
.endif
-# Present but disabled: kpasswdd
-
-.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=rbootd
-.endif
-
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud