aboutsummaryrefslogtreecommitdiff
path: root/libexec/Makefile
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 /libexec/Makefile
parent717d1611f4e477ad98ad3cbed0adf6b168455d83 (diff)
downloadsrc-f24f28e28c1acbe93b41e72950199847735c1175.tar.gz
src-f24f28e28c1acbe93b41e72950199847735c1175.zip
named-xfer can't be linked static due to the duplicated symbols in
libc and libbind. rpc.rstatd required libkvm. Only try to build these on i386 for the time being.
Notes
Notes: svn path=/head/; revision=36695
Diffstat (limited to 'libexec/Makefile')
-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