corrections for echoing the last command when "!!" is given,
[unix-history] / usr / src / libexec / Makefile
index b26121f..64384e5 100644 (file)
@@ -1,7 +1,14 @@
-#      @(#)Makefile    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.10 (Berkeley) %G%
 
 
-# not currently compilable: pcc
-SUBDIR=        bugfiler c2 comsat delivermail fingerd ftpd getNAME getty 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 <bsd.subdir.mk>
 
 .include <bsd.subdir.mk>