diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-04 21:54:38 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-04 21:54:38 +0000 |
| commit | cee788c7d915de5fcdcecc24b6d31cd021352722 (patch) | |
| tree | c3b97ae26f32e68a53961e0013f840b6f9fedaac /libexec/Makefile | |
| parent | 0abc7bfc94d261b698b68be79f3872fcdf685d0d (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index a5679e51813a..b3820991711f 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" |
