add symlin(1)
[unix-history] / usr / src / old / Makefile
index 57e23cd..90c86a0 100644 (file)
@@ -1,11 +1,13 @@
-#      @(#)Makefile    5.9 (Berkeley) %G%
+#      @(#)Makefile    5.26 (Berkeley) %G%
 
 SUBDIR=        compact hostid lex make yacc
 
 
 SUBDIR=        compact hostid lex make yacc
 
-.if   (${MACHINE} == "tahoe")
-SUBDIR+=pcc
+.if   (${MACHINE} == "hp300")
+SUBDIR+=as.hpux
+.elif (${MACHINE} == "tahoe")
+SUBDIR+=as.tahoe dbx pcc
 .elif ${MACHINE} == "vax"
 .elif ${MACHINE} == "vax"
-SUBDIR+=pcc talk tp
+SUBDIR+=as.vax dbx pcc talk tp
 .endif
 
 .include <bsd.subdir.mk>
 .endif
 
 .include <bsd.subdir.mk>