diff options
| author | Dima Ruban <dima@FreeBSD.org> | 1998-11-10 06:50:35 +0000 |
|---|---|---|
| committer | Dima Ruban <dima@FreeBSD.org> | 1998-11-10 06:50:35 +0000 |
| commit | d3f476b1f079d1f993a7e98835b8db06426a4112 (patch) | |
| tree | b779c0c6b59b7c189337c45793a487f912fc2080 /libexec/Makefile | |
| parent | 712463b1fa82e7d4fae1d07579ca2d78616d8490 (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 92a9f13d4fc2..991501ac4f08 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> |
