summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-06-06 07:09:01 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-06-06 07:09:01 +0000
commitf24f28e28c1acbe93b41e72950199847735c1175 (patch)
treea91118009612e5e3d75fa79ac3419d310759b2d2
parent717d1611f4e477ad98ad3cbed0adf6b168455d83 (diff)
Notes
-rw-r--r--libexec/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 0435de7301ce..e93b289e1402 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -1,14 +1,14 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.28 1998/03/07 19:43:48 jdp Exp $
+# $Id: Makefile,v 1.29 1998/06/01 14:33:06 peter Exp $
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
- mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \
+ mail.local makekey mknetid revnetgroup rexecd rlogind \
rpc.rquotad \
- rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
+ rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
xtend ypxfr
.if ${MACHINE} == i386
-SUBDIR+=rtld-aout
+SUBDIR+=named-xfer rpc.rstatd rtld-aout
.if ${BINFORMAT} == elf
SUBDIR+=rtld-elf
.endif