1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-29 08:08:37 +00:00

Enable named-xfer and rbootd for alpha.

This commit is contained in:
Dima Ruban 1998-11-10 06:50:35 +00:00
parent 712463b1fa
commit d3f476b1f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41051

View File

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