diff options
author | dima <dima@FreeBSD.org> | 1998-11-10 06:50:35 +0000 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1998-11-10 06:50:35 +0000 |
commit | e6c0ad874c064f9990e4181592f6a1b068d0984c (patch) | |
tree | 58a30bc364fa0dee2ddaaa27313a7fbbbb5a4626 /libexec | |
parent | 5bbd95dcd2f5f91e389f8a4232364d6517db86df (diff) | |
download | FreeBSD-src-e6c0ad874c064f9990e4181592f6a1b068d0984c.zip FreeBSD-src-e6c0ad874c064f9990e4181592f6a1b068d0984c.tar.gz |
Enable named-xfer and rbootd for alpha.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/Makefile | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 92a9f13..991501a 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -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> |