1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

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.
This commit is contained in:
John Birrell 1998-06-06 07:09:01 +00:00
parent 717d1611f4
commit f24f28e28c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36695

View File

@ -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