corrections for echoing the last command when "!!" is given,
[unix-history] / usr / src / libexec / Makefile
index c457da4..64384e5 100644 (file)
@@ -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 
 
 
 #KERBEROS=kpasswdd 
 
+.if    ${MACHINE} == "hp300"
+SUBDIR+=rbootd
+.elif  ${MACHINE} == "luna68k"
+SUBDIR+=rbootd
+.endif
+
 .include <bsd.subdir.mk>
 .include <bsd.subdir.mk>