summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-06-06 07:09:01 +0000
committerjb <jb@FreeBSD.org>1998-06-06 07:09:01 +0000
commit065357c971e10dfeaca9f8c1a0cf0dc0917598dd (patch)
tree1a9eb314f725d23a56c87e715ee21ca8dee6c1af /libexec/Makefile
parent14d31aca92286045152269aef0710d53ca67c5ad (diff)
downloadFreeBSD-src-065357c971e10dfeaca9f8c1a0cf0dc0917598dd.zip
FreeBSD-src-065357c971e10dfeaca9f8c1a0cf0dc0917598dd.tar.gz
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.
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 0435de7..e93b289 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
OpenPOWER on IntegriCloud