X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/b859773c7447c5a3102c45aa8d06628b2db57898..afdef93a7d2d6c6d737b231c45054f10f4da7ff1:/usr/src/libexec/Makefile diff --git a/usr/src/libexec/Makefile b/usr/src/libexec/Makefile index c457da4c6e..64384e5f26 100644 --- a/usr/src/libexec/Makefile +++ b/usr/src/libexec/Makefile @@ -1,8 +1,14 @@ -# @(#)Makefile 5.8 (Berkeley) %G% +# @(#)Makefile 5.10 (Berkeley) %G% -SUBDIR= bugfiler comsat fingerd ftpd getNAME getty mail.local \ - makekey rexecd rlogind rshd talkd telnetd tftpd uucpd +SUBDIR= bugfiler comsat fingerd ftpd getNAME getty kpasswdd lfs_cleanerd \ + mail.local makekey rexecd rlogind rshd talkd telnetd tftpd uucpd #KERBEROS=kpasswdd +.if ${MACHINE} == "hp300" +SUBDIR+=rbootd +.elif ${MACHINE} == "luna68k" +SUBDIR+=rbootd +.endif + .include