diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-04 21:54:38 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-04 21:54:38 +0000 |
commit | fa7e8791ec7e49046c8bc2810c090f7e52b7071d (patch) | |
tree | c3b97ae26f32e68a53961e0013f840b6f9fedaac /libexec | |
parent | 39c6e29318136a67af4c3a2f89b64795385f81ec (diff) | |
download | FreeBSD-src-fa7e8791ec7e49046c8bc2810c090f7e52b7071d.zip FreeBSD-src-fa7e8791ec7e49046c8bc2810c090f7e52b7071d.tar.gz |
For the moment, don't build kpasswdd until we figure out what
to do with it.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index a5679e5..b382099 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,8 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -SUBDIR= bugfiler comsat fingerd ftpd getNAME getty kpasswdd lfs_cleanerd \ +SUBDIR= bugfiler comsat fingerd ftpd getNAME getty lfs_cleanerd \ mail.local makekey rexecd rlogind rshd talkd telnetd tftpd uucpd +# Present but disabled: kpasswdd + .if ${MACHINE} == "hp300" SUBDIR+=rbootd .elif ${MACHINE} == "i386" |